MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.MonthOfYear Property
See Also
 





Gets or sets the month of the year when the event occurs.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int MonthOfYear { get; set; }

Visual Basic  Copy Code

Public Property MonthOfYear As Integer

 Property Value

An integer that specifies the month. Valid values range from [1, 12].

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Yearly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace