| Calendar: GetMonthsInYear |
Returns the number of months in the specified year.
Public Function GetMonthsInYear( ByVal Year As Long, Optional ByRef Era As Variant ) As Long
In some calendars not all years have the same number of months. The Hebrew calendar can have 13 months on leap years.
Project VBCorLib Overview Class Calendar Overview Calendar Properties Calendar Methods GetMonth GetSecond