NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Calendar.IsLeapDay

[To be supplied.]

Overload List

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;

See Also

Calendar Class | Calendar Members | System.Globalization Namespace