Returns [RB24] the number of months in the specified year and era parameters.
[Visual Basic] Overloads MustOverride Public Function GetMonthsInYear( _ ByVal year As Integer, _ ByVal era As Integer _ ) As Integer [C#] public abstract int GetMonthsInYear( int year, int era ); [C++] public: virtual int GetMonthsInYear( int year, int era ) = 0; [JScript] public abstract function GetMonthsInYear( year : int, era : int ) : int;
The number of months in the specified year and era[RB25] .
Calendar Class | Calendar Members | System.Globalization Namespace | Calendar.GetMonthsInYear Overload List