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

[To be supplied.]

Overload List

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;

See Also

Calendar Class | Calendar Members | System.Globalization Namespace