TimeZone

data class TimeZone(val ianaId: String)

Time zone information for the Point Of Interest.

Parameters

ianaId

ID from the IANA Time Zone Database.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun TimeZone(ianaId: String)

Properties

Link copied to clipboard
val ianaId: String