YearlyRecurrenceViewModel Properties
Provides settings defining the View Model of the dialog’s yearly recurrence section.| Name | Description |
|---|---|
| DayNumber | Gets or sets the ordinal number of a day within a defined month. |
| DialogTitle | Specifies the dialog title. Inherited from DialogViewModelBase. |
| IsEveryWeekDay | Specifies whether the appointment recurs every given date or every given weekday of the specified month. |
| MonthForDayNumber | Gets or sets the month’s number when the appointment recurs every given date. |
| MonthForWeekDay | Gets or sets the month’s number when the appointment recurs every given weekday of the specified month. |
| WeekDays | Gets or sets the week day or a specific group of week days that are selected in the editor. |
| WeekOfMonth | Gets or sets the number of the week in a month when an appointment is scheduled. |
See Also