KeywordQuery.TimeZone Property
Gets or sets the time zone for the search user.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Property TimeZone As SPTimeZone
Get
Set
'Usage
Dim instance As KeywordQuery
Dim value As SPTimeZone
value = instance.TimeZone
instance.TimeZone = value
public SPTimeZone TimeZone { get; set; }
Property Value
Type: Microsoft.SharePoint.SPTimeZone
The time zone.