RecurringEvents
Summary description for RecurringEvents. DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day. Today - gives the ability to control the visual appearace of today's date. None - Default value, means that the day in question is a single point event, no recurrences.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public enum RecurringEvents
Fields
The month and the day part of the date are taken into account. That gives the ability to serve events repeated in a specific month on the same day.
DayAndMonth = 2
2
Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day.
DayInMonth = 1
1
Default value, means that the day in question is a single point event, no recurrence.
None = 32
32
Gives the ability to control the visual appearace of today's date.
Today = 16
16
The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week.
Week = 4
4
The week day and the month are taken into account. That gives the ability to serve events repeated in a specific week day in a specific month.
WeekAndMonth = 8
8