Enum Weekday
Enumerator for the days of the week This Enum is used by: email_flow.selected_days This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum Weekday : short
Fields
Name | Description |
---|---|
Friday | 16: Friday |
Monday | 1: Monday |
Saturday | 32: Saturday |
Sunday | 64: Sunday |
Thursday | 8: Thursday |
Tuesday | 2: Tuesday |
Unknown | 0: 0: Unknown/undecided type |
Wednesday | 4: Wednesday |