TimeZone interface
Defines the data and time of one or more geographic locations.
Properties
follow |
NOTE: This property will not be serialized. It can only be populated by the server. |
id | A String identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
NOTE: This property will not be serialized. It can only be populated by the server. |
other |
A list of dates and times of nearby time zones. NOTE: This property will not be serialized. It can only be populated by the server. |
primary |
The data and time, in UTC, of the geographic location specified in the query. If the query specified a specific geographic location (for example, a city), this object contains the name of the geographic location and the current date and time of the location, in UTC. If the query specified a general geographic location, such as a state or country, this object contains the date and time of the primary city or state found in the specified state or country. If the location contains additional time zones, the otherCityTimes field contains the data and time of cities or states located in the other time zones. |
query |
NOTE: This property will not be serialized. It can only be populated by the server. |
total |
The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results. NOTE: This property will not be serialized. It can only be populated by the server. |
web |
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
followUpQueries
NOTE: This property will not be serialized. It can only be populated by the server.
followUpQueries?: Query[]
Property Value
Query[]
id
A String identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
isFamilyFriendly
NOTE: This property will not be serialized. It can only be populated by the server.
isFamilyFriendly?: boolean
Property Value
boolean
otherCityTimes
A list of dates and times of nearby time zones. NOTE: This property will not be serialized. It can only be populated by the server.
otherCityTimes?: TimeZoneTimeZoneInformation[]
Property Value
primaryCityTime
The data and time, in UTC, of the geographic location specified in the query. If the query specified a specific geographic location (for example, a city), this object contains the name of the geographic location and the current date and time of the location, in UTC. If the query specified a general geographic location, such as a state or country, this object contains the date and time of the primary city or state found in the specified state or country. If the location contains additional time zones, the otherCityTimes field contains the data and time of cities or states located in the other time zones.
primaryCityTime: TimeZoneTimeZoneInformation
Property Value
queryContext
NOTE: This property will not be serialized. It can only be populated by the server.
queryContext?: QueryContext
Property Value
totalEstimatedMatches
The estimated number of webpages that are relevant to the query. Use this number along with the count and offset query parameters to page the results. NOTE: This property will not be serialized. It can only be populated by the server.
totalEstimatedMatches?: number
Property Value
number
webSearchUrl
The URL To Bing's search result for this item. NOTE: This property will not be serialized. It can only be populated by the server.
webSearchUrl?: string
Property Value
string