Checks [RB32] whether a specified day in the current era is a leap day.
[Visual Basic] Overloads Overridable Public Function IsLeapDay( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal day As Integer _ ) As Boolean [C#] public virtual bool IsLeapDay( int year, int month, int day ); [C++] public: virtual bool IsLeapDay( int year, int month, int day ); [JScript] public function IsLeapDay( year : int, month : int, day : int ) : Boolean;
true if the specified day is a leap day; otherwise, false.
Calendar Class | Calendar Members | System.Globalization Namespace | Calendar.IsLeapDay Overload List