IsLeapYear()
DateTime::IsLeapYear(int) method
Determines of the specified year is a leap year.
static bool System::DateTime::IsLeapYear(int year)
Arguments
Parameter | Type | Description |
---|---|---|
year | int | The year to check |
Return Value
True if the specified year is a leap year, otherwise - false
See Also
- Class DateTime
- Namespace System
- Library Aspose.Slides