[]
Represents the flags of the day of the week.
[Flags]
[TypeConverter(typeof(EmptyValueAllowedEnumConverter))]
public enum DayOfWeekFlags
<Flags>
<TypeConverter(GetType(EmptyValueAllowedEnumConverter))>
Public Enum DayOfWeekFlags
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. |