TimezoneService class abstract Core

Timezone Service class

Provides information about timezones.

Constructors

TimezoneService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getTimezoneInfoFromCoordinates({required Coordinates coords, required DateTime time, bool accurateResult = false, required void onCompleteCallback(GemError error, TimezoneResult? result)}) ProgressListener?
Async gets timezone info based on a coordinate and a timestamp
getTimezoneInfoFromTimezoneId({required String timezoneId, required DateTime time, bool accurateResult = false, required void onCompleteCallback(GemError error, TimezoneResult? result)}) ProgressListener?
Async gets timezone info based on a timezone if and a timestamp