IsLeapYear Function

  • Updated

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.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.