'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum Weeks Inherits System.Enum
'Usage Dim instance As Weeks
[Flags()] [Serializable()] public enum Weeks : System.Enum
'Declaration <FlagsAttribute()> <SerializableAttribute()> Public Enum Weeks Inherits System.Enum
'Usage Dim instance As Weeks
[Flags()] [Serializable()] public enum Weeks : System.Enum
Member | Description |
---|---|
All | All weeks in the month. |
FifthWeek | The fifth week in the month. |
FirstWeek | The first week in the month. |
FourthWeek | The fourth week in the month. |
LastWeek | The last week in the month. |
None | No weeks. |
SecondWeek | The second week in the month. |
ThirdWeek | The third week in the month. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.Weeks