Gets or sets the day of the month when the event occurs.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public int DayOfMonth { get; set; } |
Visual Basic
![]() |
---|
Public Property DayOfMonth As Integer |
An integer that specifies the day of the month. Values should range from 1 to [28, 31] depending on which month it is.
This property is used when the Pattern is set to RecurrencePattern.Monthly or RecurrencePattern.Yearly.