'Declaration <SerializableAttribute()> Public Enum DayType Inherits System.Enum
'Usage Dim instance As DayType
[Serializable()] public enum DayType : System.Enum
'Declaration <SerializableAttribute()> Public Enum DayType Inherits System.Enum
'Usage Dim instance As DayType
[Serializable()] public enum DayType : System.Enum
Member | Description |
---|---|
ForcedHoliday | Indicates a holiday - holidays which appear just for that particular date. |
ForcedWorkday | Indicates a normal day which originally was a holiday. |
Holiday | Indicates a holiday - holidays which appear yearly. |
Normal | Indicates a normal non-holiday day. |
OverriddenHoliday | Indicates a holiday - holidays which appears when a holiday lands on a weekend and automatically moves onto the next day. |
WeeklyHoliday | Indicates the week day is a holiday. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.DayType