Gets or sets in which month of the year the event occurs.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int MonthOfYear { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MonthOfYear As Integer |
An integer value specifying at which month the event occurs. The allowed values range from 1 to 12.
Remarks
See Also