Returns the number of months in the given year
and era.
[Visual Basic] Overrides Public Function GetMonthsInYear( _ ByVal year As Integer, _ ByVal era As Integer _ ) As Integer [C#] public override int GetMonthsInYear( int year, int era ); [C++] public: override int GetMonthsInYear( int year, int era ); [JScript] public override function GetMonthsInYear( year : int, era : int ) : int;
Returns the number of months in year and era.
GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace