dayOfWeek enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Possible values for a weekday
Members
Member | Value | Description |
---|---|---|
sunday | 0 | Sunday. |
monday | 1 | Monday. |
tuesday | 2 | Tuesday. |
wednesday | 3 | Wednesday. |
thursday | 4 | Thursday. |
friday | 5 | Friday. |
saturday | 6 | Saturday. |