Gets or sets the number of the day in its respective month on which each occurrence will occur. Applicable only when the RecurrenceType property is set to Monthly or Yearly. The default value is 1.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public int DayOfMonth { get; set; }
Visual Basic
Public Property DayOfMonth As Integer
	Get
	Set

See Also