Gets or sets on which day of a month the event occurs.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public int DayOfMonth { get; set; } |
Visual Basic Copy Code |
---|
Public Property DayOfMonth As Integer |
An integer value specifying at which day of the month the recurring event occurs. The allowed values range from 1 to 31.