Returns the day-of-month part of the specified DateTime.
[Visual Basic] MustOverride Public Function GetDayOfMonth( _ ByVal time As DateTime _ ) As Integer [C#] public abstract int GetDayOfMonth( DateTime time ); [C++] public: virtual int GetDayOfMonth( DateTime time ) = 0; [JScript] public abstract function GetDayOfMonth( time : DateTime ) : int;
The 1-based day-of-month part of time. The returned value is an integer between 1 and 31[RB13] .
Calendar Class | Calendar Members | System.Globalization Namespace