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