SiteCreationProperties.TimeZoneId property
Gets or sets the ID of the new site’s time zone.
Namespace: Microsoft.Online.SharePoint.TenantAdministration
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public Property TimeZoneId As Integer
Get
Set
'Usage
Dim instance As SiteCreationProperties
Dim value As Integer
value = instance.TimeZoneId
instance.TimeZoneId = value
public int TimeZoneId { get; set; }
Property value
Type: System.Int32