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;
Returns the 1-based day-of-month part of the specified DateTime.
The returned value is an integer between 1 and 31.
GregorianCalendar Class | GregorianCalendar Members | System.Globalization Namespace