HebrewCalendar: GetLeapMonth

GetLeapMonth

Calculates the leap month for a specified year and era.



 Public Function GetLeapMonth(
	  ByVal Year As Long,
	  Optional ByRef Era As Variant ) As Long

Parameters

Year
[ByVal] Long. A year.
Era
[ByRef] Optional. Variant. An era.

Return Values

Long -  A positive integer that indicates the leap month in the specified year and era. The return value is 7 if the Year and Era parameters specify a leap year, or 0 if the year is not a leap year.

See Also

Project CorLib Overview

Class HebrewCalendar Overview