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!

GregorianCalendar.GetDayOfMonth

Returns the day-of-month part of the given DateTime.

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

Parameters

time
The DateTime instance.

Return Value

Returns the 1-based day-of-month part of the specified DateTime.

Remarks

The returned value is an integer between 1 and 31.

See Also

GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace