java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationTimezone
public class ConfigurationTimezone
extends Object
Defines a timezone.
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
The ISO-3166-1 country code.
The list of timezones associated with the country code.
int
-
Method Details
-
-
getCountryCode
public String getCountryCode()
The ISO-3166-1 country code.
-
getZones
The list of timezones associated with the country code.
-
-
-