TimezoneService

Service for getting information related to a timezone

Functions

Link copied to clipboard
external fun getTimezoneInfoWithCoordinates(timezoneResult: TimezoneResult, coordinates: Coordinates, time: Time, listener: ProgressListener, accurateResult: Boolean = false): Int

Async returns the timezone info with coordinates and a timestamp.

Link copied to clipboard
external fun getTimezoneInfoWithTimezoneId(timezoneResult: TimezoneResult, timezoneId: String, time: Time, listener: ProgressListener, accurateResult: Boolean): Int

Async returns the timezone info with coordinates and a timestamp.