Compartir a través de


TimeZone Clase

public class TimeZone extends SearchResultsAnswer

Define los datos y la hora de una o varias ubicaciones geográficas.

Resumen del método

Modificador y tipo Método y descripción
List<TimeZoneTimeZoneInformation> otherCityTimes()

Obtenga el valor otherCityTimes.

TimeZoneTimeZoneInformation primaryCityTime()

Obtenga el valor primaryCityTime.

TimeZone withPrimaryCityTime(TimeZoneTimeZoneInformation primaryCityTime)

Establezca el valor primaryCityTime.

Miembros heredados

Detalles del método

otherCityTimes

public List otherCityTimes()

Obtenga el valor otherCityTimes.

Returns:

el valor otherCityTimes

primaryCityTime

public TimeZoneTimeZoneInformation primaryCityTime()

Obtenga el valor primaryCityTime.

Returns:

el valor primaryCityTime

withPrimaryCityTime

public TimeZone withPrimaryCityTime(TimeZoneTimeZoneInformation primaryCityTime)

Establezca el valor primaryCityTime.

Parameters:

primaryCityTime - el valor primaryCityTime que se va a establecer

Returns:

el propio objeto TimeZone.

Se aplica a