[To be supplied.]
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;
Calendar Class | Calendar Members | System.Globalization Namespace