ServerFirstDayOfWeek Parameter (Connect-Monday Cmdlet)
The first day of the week, as defined in your account settings.
Syntax
Connect-Monday -ServerFirstDayOfWeek string
Possible Values
Auto, Monday, SundayData Type
cstr
Default Value
"Auto"
Remarks
The allowed values are:
- Auto: A request is executed to retrieve the configuration from the API. Requires the scope 'me:read'.
- Monday: Use this if your Monday account is configured to use Monday as the first day of the week.
- Sunday: Use this if your Monday account is configured to use Sunday as the first day of the week.
See this page for more information.