RecurrencePatternDayOfMonth Property |
Gets or sets the day month on which the event recurs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int DayOfMonth { get; set; }
Public Property DayOfMonth As Integer
Get
Set
public:
property int DayOfMonth {
int get ();
void set (int value);
}
member DayOfMonth : int with get, set
Property Value
Type:
Int32The day month on which the event recurs.
See Also