| GregorianCalendar: IsLeapYear |
Returns a boolean indicating if the specific year is a leap year.
Public Function IsLeapYear( ByVal Year As Long, Optional ByRef Era As Variant ) As Boolean
A leap year in the Gregorian calendar occurs when the year is evenly divisible by 4, but not by 100, unless it is divisible by 400.
Project VBCorLib Overview Class GregorianCalendar Overview GregorianCalendar Properties GregorianCalendar Methods IsLeapMonth ToDateTime