'Declaration
Public Enum WeekFlags Inherits System.Enum
'Usage
Dim instance As WeekFlags
public enum WeekFlags : System.Enum
'Declaration
Public Enum WeekFlags Inherits System.Enum
'Usage
Dim instance As WeekFlags
public enum WeekFlags : System.Enum
Member | Description |
---|---|
All | Specifies all weeks in the month. |
FifthWeek | Specifies the fifth week in the month. |
FirstWeek | Specifies the first week in the month. |
FourthWeek | Specifies the fourth week in the month. |
LastWeek | Specifies the last week in the month. |
None | Specifies no weeks. |
SecondWeek | Specifies the second week in the month. |
ThirdWeek | Specifies the third week in the month. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.WeekFlags