Timezone class abstract

Timezone

Properties:

  • useAutomaticTimezone - Set to "true" to use the browser/system timezone, "false" to set manually. Defaults to "true".
  • manualTimezone - Value when setting manually the timezone, i.e. "Europe/Berlin".
  • automaticTimezone - This value is set automatically when the "useAutomaticTimezone" is set to "true".

Constructors

Timezone([void updates(TimezoneBuilder b)])
factory

Properties

automaticTimezone String?
This value is set automatically when the "useAutomaticTimezone" is set to "true".
no setter
hashCode int
The hash code for this object.
no setterinherited
manualTimezone String?
Value when setting manually the timezone, i.e. "Europe/Berlin".
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useAutomaticTimezone bool?
Set to "true" to use the browser/system timezone, "false" to set manually. Defaults to "true".
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TimezoneBuilder)) Timezone
Rebuilds the instance.
inherited
toBuilder() TimezoneBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Timezone>
no setter