The IsLeapYear function returns true if the year is a leap year.
Syntax
|
The IsLeapYear function returns true if the year is a leap year. |
|
IsLeapYear(dateTime) |
|
Arguments: |
|
|
dateTime |
DateTime - A date-time. |
Remarks
- Example: IsLeapYear("2008-1-28") returns true.
- Example: IsLeapYear("2010-1-28") returns false.
Comments
0 comments
Article is closed for comments.