ZonedIsoDateTime class final
An ICU4X ZonedDateTime object capable of containing a ISO-8601 date, time, and zone.
See the Rust documentation for ZonedDateTime
for more information.
Constructors
- ZonedIsoDateTime.fromEpochMillisecondsAndUtcOffset(int epochMilliseconds, UtcOffset utcOffset)
-
Creates a new ZonedIsoDateTime from milliseconds since epoch (timestamp) and a UTC offset.
factory
- ZonedIsoDateTime.fullFromString(String v, IanaParser ianaParser, VariantOffsetsCalculator offsetCalculator)
-
Creates a new ZonedIsoDateTime from an IXDTF string.
factory
Properties
- date → IsoDate
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time → Time
-
final
- zone → TimeZoneInfo
-
final
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.
override