ComponentOne GanttView for WinForms
WeekOfMonth Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : WeekOfMonth Enumeration
Specifies the weeks of month, used in a recurrence pattern.
Syntax
'Declaration
 
Public Enum WeekOfMonth 
   Inherits System.Enum
public enum WeekOfMonth : 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.Win.C1GanttView.WeekOfMonth

See Also

Reference

C1.Win.C1GanttView Namespace