Enum
WeekOfMonth

Determines the week of month.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public enum WeekOfMonth

Fields

First

Indicates the first week of month.

Declaration

cs-api-definition
First = 1

Field Value

WeekOfMonth

Fourth

Indicates the fourth week of month.

Declaration

cs-api-definition
Fourth = 4

Field Value

WeekOfMonth

Last

Indicates the last week of month.

Declaration

cs-api-definition
Last = 5

Field Value

WeekOfMonth

None

Indicates no selected week.

Declaration

cs-api-definition
None = 0

Field Value

WeekOfMonth

Second

Indicates the second week of month.

Declaration

cs-api-definition
Second = 2

Field Value

WeekOfMonth

Third

Indicates the third week of month.

Declaration

cs-api-definition
Third = 3

Field Value

WeekOfMonth

Extension Methods