IsLeapYear()
GregorianCalendarUtils::IsLeapYear(int) method
Checks if the year is leap.
static bool System::Globalization::Details::GregorianCalendarUtils::IsLeapYear(int year)
Arguments
Parameter | Type | Description |
---|---|---|
year | int | Year. |
Return Value
True if specified year is leap, false otherwise.
See Also
- Class GregorianCalendarUtils
- Namespace System::Globalization::Details
- Library Aspose.Slides