Version

DayOfMonth Property

Gets/sets the day of the month. Valid range of values are 1 to 31 and -31 to -1.
Syntax
'Declaration
 
Public Property DayOfMonth As Integer
public int DayOfMonth {get; set;}
Remarks

DayOfMonth identifies the day of the month. Valid values are 1 to 31 and -31 to -1. A negative value indicates the n'th day to the end of the month where 'n' is the absolute value of the negative value. For example, -1 specifies the last day of the month. Likewise -10 specifies the 10th day to the last day the month.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also