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.GetDaysInYear

[To be supplied.]

Overload List

Returns the number of days in the month specified by year and era parameters.

[Visual Basic] Overloads MustOverride Public Function GetDaysInYear(Integer, Integer) As Integer
[C#] public abstract int GetDaysInYear(int, int);
[C++] public: virtual int GetDaysInYear(int, int) = 0;
[JScript] public abstract function GetDaysInYear(int, int) : int;

Returns the number of days in the year specified by the year

parameter and the current era.

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

See Also

Calendar Class | Calendar Members | System.Globalization Namespace