Compartilhar via


KeywordQuery.TimeZone property

Obtém ou define o fuso horário do usuário de pesquisa.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property TimeZone As SPTimeZone
    Get
    Set
'Uso
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
Fuso de horário do usuário de pesquisa.

Ver também

Referência

KeywordQuery class

KeywordQuery members

Microsoft.Office.Server.Search.Query namespace