KeywordQuery.TimeZoneId property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property TimeZoneId As Integer
Get
Set
'Usage
Dim instance As KeywordQuery
Dim value As Integer
value = instance.TimeZoneId
instance.TimeZoneId = value
public int TimeZoneId { get; set; }
Property value
Type: System.Int32