[To be supplied.]
Checks whether a specified month in the specified year in the specified era is a leap month.
[Visual Basic] Overloads MustOverride Public Function IsLeapMonth(Integer, Integer, Integer) As Boolean
[C#] public abstract bool IsLeapMonth(int, int, int);
[C++] public: virtual bool IsLeapMonth(int, int, int) = 0;
[JScript] public abstract function IsLeapMonth(int, int, int) : Boolean;
Checks [RB35] whether a specified month in the current era is a leap month.
[Visual Basic] Overloads Overridable Public Function IsLeapMonth(Integer, Integer) As Boolean
[C#] public virtual bool IsLeapMonth(int, int);
[C++] public: virtual bool IsLeapMonth(int, int);
[JScript] public function IsLeapMonth(int, int) : Boolean;
Calendar Class | Calendar Members | System.Globalization Namespace