> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Weekday

# <a id="SuperOffice_WebApi_Data_Weekday" /> Enum Weekday

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

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.

```csharp theme={null}
[Flags]
public enum Weekday : short
```

## Fields

`Friday = 16`

16: Friday

`Monday = 1`

1: Monday

`Saturday = 32`

32: Saturday

`Sunday = 64`

64: Sunday

`Thursday = 8`

8: Thursday

`Tuesday = 2`

2: Tuesday

`Unknown = 0`

0: 0: Unknown/undecided type

`Wednesday = 4`

4: Wednesday
