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