DstTransition class

Constructors

DstTransition(DateTime transitionDate, int offsetChange, bool isDSTActive)

Properties

hashCode int
The hash code for this object.
no setterinherited
isDSTActive bool
true if DST is active immediately after the transition, false otherwise
getter/setter pair
offsetChange int
how many hours the offset changes because of DST The TimeZone offset doesn't affect this value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionDate DateTime
exact date and time (hour precision) of next DST transition
getter/setter pair

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