Class WeekOfMonth
Determines the week of month.
Inheritance
System.Object
WeekOfMonth
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class WeekOfMonth : Enum
Fields
First
Indicates the first week of month.
Declaration
public const WeekOfMonth First
Field Value
WeekOfMonth
|
Fourth
Indicates the fourth week of month.
Declaration
public const WeekOfMonth Fourth
Field Value
WeekOfMonth
|
Last
None
Second
Indicates the second week of month.
Declaration
public const WeekOfMonth Second
Field Value
WeekOfMonth
|
Third
Indicates the third week of month.
Declaration
public const WeekOfMonth Third
Field Value
WeekOfMonth
|
value__
Declaration
public int value__
Field Value
System.Int32
|