CTDate.IsLeapYear
Syntax
bool IsLeapYear( )
Parameters
This method has no parameters.
Description
Indicates if the year component of a packed CTDATE type value is a leap year.
Return
IsLeapYear() returns true if the packed year is a leap year, and false otherwise.
See Also
Year()