GanttView for WinForms
WeekOfMonth 列挙体

C1.Win.C1GanttView.4.5.2 アセンブリ > C1.Win.C1GanttView 名前空間 : WeekOfMonth 列挙体
繰り返しパターンで使用する週を指定します。
シンタックス
'宣言
 
Public Enum WeekOfMonth 
   Inherits System.Enum
public enum WeekOfMonth : System.Enum 
メンバ
メンバ解説
Firstイベントは月の第1週に繰り返されます。
Fourthイベントは月の第4週に繰り返されます。
Lastイベントは月の最後の週に繰り返されます。
NotSpecified週は指定されていません。
Secondイベントは月の第2週に繰り返されます。
Thirdイベントは月の第3週に繰り返されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.WeekOfMonth

参照

C1.Win.C1GanttView 名前空間