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!

HijriCalendar.GetMonth

[To be supplied.]

[Visual Basic]
Overrides Public Function GetMonth( _
   ByVal time As DateTime _
) As Integer
[C#]
public override int GetMonth(
   DateTime time
);
[C++]
public: override int GetMonth(
   DateTime time
);
[JScript]
public override function GetMonth(
   time : DateTime
) : int;

Parameters

time
[To be supplied.]

See Also

HijriCalendar Class | HijriCalendar Members | System.Globalization Namespace