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.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum RecurringEvents

Fields

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.

Declaration

cs-api-definition
DayAndMonth = 2

Field Value

RecurringEvents

2

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.

Declaration

cs-api-definition
DayInMonth = 1

Field Value

RecurringEvents

1

None

Default value, means that the day in question is a single point event, no recurrence.

Declaration

cs-api-definition
None = 32

Field Value

RecurringEvents

32

Today

Gives the ability to control the visual appearace of today's date.

Declaration

cs-api-definition
Today = 16

Field Value

RecurringEvents

16

Week

The week day is taken into account. That gives the ability to serve events repeated in a specific day of the week.

Declaration

cs-api-definition
Week = 4

Field Value

RecurringEvents

4

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.

Declaration

cs-api-definition
WeekAndMonth = 8

Field Value

RecurringEvents

8