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