Function CSPDate::IsLeapYear()
Description:
Determines whether the year of the contained date is a leap year or not.
 |
Prototype:
static bool IsLeapYear();
Arguments:
No arguments (void).
Return value:
If the year is leap, it returns true. Otherwise, it returns false.
|
|