MailboxCalendarConfiguration.WeekStartDay property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property WeekStartDay As DayOfWeek
Get
Set
'Usage
Dim instance As MailboxCalendarConfiguration
Dim value As DayOfWeek
value = instance.WeekStartDay
instance.WeekStartDay = value
public DayOfWeek WeekStartDay { get; set; }
Property value
Type: Microsoft.Exchange.Data.Storage.Management.DayOfWeek
See also
Reference
MailboxCalendarConfiguration class