Gets or sets the month of the year when the event occurs.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public int MonthOfYear { get; set; } |
Visual Basic
![]() |
---|
Public Property MonthOfYear As Integer |
An integer that specifies the month. Valid values range from [1, 12].
The property is used when the Pattern is set to RecurrencePattern.Yearly.