C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / WeekOfMonth Enumeration

WeekOfMonth Enumeration
Specifies the weeks of month, used in a recurrence pattern.
Syntax
'Declaration
 
Public Enum WeekOfMonth 
   Inherits System.Enum
 
Members
MemberDescription
FirstThe event recurs in the first week of the month.
FourthThe item recurs in the fourth week of the month.
LastThe item recurs in the last week of the month.
NotSpecifiedThe week of month is not specified.
SecondThe item recurs in the second week of the month.
ThirdThe item recurs in the third week of the month.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.GanttView.WeekOfMonth

See Also