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.IsLeapYear

[To be supplied.]

Overload List

Checks [RB38] whether a specified year in the current era is a leap year.

[Visual Basic] Overloads Overridable Public Function IsLeapYear(Integer) As Boolean
[C#] public virtual bool IsLeapYear(int);
[C++] public: virtual bool IsLeapYear(int);
[JScript] public function IsLeapYear(int) : Boolean;

Checks whether a specified year in the specified era is a leap year

[Visual Basic] Overloads MustOverride Public Function IsLeapYear(Integer, Integer) As Boolean
[C#] public abstract bool IsLeapYear(int, int);
[C++] public: virtual bool IsLeapYear(int, int) = 0;
[JScript] public abstract function IsLeapYear(int, int) : Boolean;

See Also

Calendar Class | Calendar Members | System.Globalization Namespace