KoreanCalendar: 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 Korean calendar occurs when the year is evenly divisible by 4, but not by 100, unless it is divisible by 400.