'Declaration Public Enum DayOfWeekInMonthFlags Inherits System.Enum
'Usage Dim instance As DayOfWeekInMonthFlags
public enum DayOfWeekInMonthFlags : System.Enum
'Declaration Public Enum DayOfWeekInMonthFlags Inherits System.Enum
'Usage Dim instance As DayOfWeekInMonthFlags
public enum DayOfWeekInMonthFlags : System.Enum
| Member | Description |
|---|---|
| All | All of the specified weekdays in a month. |
| Fifth | The fifth specified weekday in a month. |
| First | The first specified weekday in a month. |
| Fourth | The fourth specified weekday in a month. |
| Last | The last specified weekday in a month. |
| NotSet | The month weekday is not set. |
| Second | The second specified weekday in a month. |
| Third | The third specified weekday in a month. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekInMonthFlags