Checks whether a specified month in the specified era is a leap month.
[Visual Basic] Overrides Public Function IsLeapMonth( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal era As Integer _ ) As Boolean [C#] public override bool IsLeapMonth( int year, int month, int era ); [C++] public: override bool IsLeapMonth( int year, int month, int era ); [JScript] public override function IsLeapMonth( year : int, month : int, era : int ) : Boolean;
Returns true if and only if the specified month is a leap month; otherwise false.
GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace