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