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.

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

Syntax

JavaScript
function get_dayOfMonth();
function set_dayOfMonth(value);

See Also