GetLeapMonth(Int32,Int32) Method
Calculates the leap month for a specified year and era.
'Declaration
Public Overloads Overrides Function GetLeapMonth( _
ByVal As Integer, _
ByVal As Integer _
) As Integer
public override int GetLeapMonth(
int ,
int
)
Parameters
- year
- A year.
- era
- An era.
Return Value
A positive integer that indicates the leap month in the specified year and era. -or- Zero if this calendar does not support a leap month or if the and parameters do not specify a leap year.