HTimeZone class

HTimeZone handles the mapping between Haystack timezone names and Java timezones. (No, in Dart there isn't timezones)

See Project Haystack

Constructors

HTimeZone(String name, [int offset = 0])
HTimeZone.local()
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Haystack timezone name.
final
offset int
in seconds
final
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
Returns Haystack timezone name.
override

Operators

operator ==(Object that) bool
The equality operator.
override

Static Properties

DEFAULT HTimeZone
final
UTC HTimeZone
final