'宣言 Public Enum WeekOfMonth Inherits System.Enum
public enum WeekOfMonth : System.Enum
'宣言 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