Share via


MailboxRegionalConfiguration.TimeZone 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 TimeZone As ExTimeZoneValue
    Get
    Set
'Usage
Dim instance As MailboxRegionalConfiguration
Dim value As ExTimeZoneValue

value = instance.TimeZone

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