[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekFlags

DayOfWeekFlags Enum

Represents the flags of the day of the week.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum DayOfWeekFlags
<Flags>
<TypeConverter(GetType(EmptyValueAllowedEnumConverter))>
Public Enum DayOfWeekFlags

Fields

Name Description
All

Indicates all days of the week.

Friday

Indicates Friday.

Monday

Indicates Monday.

NotSet

The day of the week is not set.

Saturday

Indicates Saturday.

Sunday

Indicates Sunday.

Thursday

Indicates Thursday.

Tuesday

Indicates Tuesday.

Wednesday

Indicates Wednesday.