DatabaseContext.TimeZone property
The time zone identifier that specifies the time zone information of the app
Namespace: Microsoft.SharePoint.Administration.DatabaseProvider
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property TimeZone As String
Get
Set
'Usage
Dim instance As DatabaseContext
Dim value As String
value = instance.TimeZone
instance.TimeZone = value
public string TimeZone { get; set; }
Property value
Type: System.String
See also
Reference
Microsoft.SharePoint.Administration.DatabaseProvider namespace