Enum 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.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RecurringEvents
DayAndMonth
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.
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.
None
Default value, means that the day in question is a single point event, no recurrence.
Today
Gives the ability to control the visual appearace of today's date.
Week
The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week.
WeekAndMonth
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.