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!

JapaneseCalendar.GetDaysInMonth

[To be supplied.]

[Visual Basic]
Overrides Public Function GetDaysInMonth( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal era As Integer _
) As Integer
[C#]
public override int GetDaysInMonth(
   int year,
   int month,
   int era
);
[C++]
public: override int GetDaysInMonth(
   int year,
   int month,
   int era
);
[JScript]
public override function GetDaysInMonth(
   year : int,
   month : int,
   era : int
) : int;

Parameters

year
[To be supplied.]
month
[To be supplied.]
era
[To be supplied.]

See Also

JapaneseCalendar Class | JapaneseCalendar Members | System.Globalization Namespace