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