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

[To be supplied.]

Overload List

Returns [RB24] the number of months in the specified year and era parameters.

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

[To be supplied.]

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

See Also

Calendar Class | Calendar Members | System.Globalization Namespace