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 (Int32)

[To be supplied.]

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

Parameters

year
[To be supplied.]

See Also

Calendar Class | Calendar Members | System.Globalization Namespace | Calendar.GetMonthsInYear Overload List