IANATimezone
data class IANATimezone( val name: String, val alternativeName: String, val group: List<String>, val continentCode: String, val continentName: String, val countryCode: String, val countryName: String, val mainCities: List<String>, val rawOffsetInMinutes: Long, val abbreviation: String)
Content copied to clipboard
Represents a timezone from the IANA Timezone Database.
Constructors
Properties
Extensions
Link copied to clipboard
Returns the ZoneId object of this IANA timezone.