MailboxCalendarConfiguration.WorkingHoursTimeZone Property

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property WorkingHoursTimeZone As ExTimeZoneValue
    Get
    Set
'Usage
Dim instance As MailboxCalendarConfiguration
Dim value As ExTimeZoneValue

value = instance.WorkingHoursTimeZone

instance.WorkingHoursTimeZone = value
[ParameterAttribute(Mandatory = false)]
public ExTimeZoneValue WorkingHoursTimeZone { get; set; }