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