VariantOffsetsCalculator class final

See the Rust documentation for VariantOffsetsCalculator for more information.

Implemented types

Constructors

VariantOffsetsCalculator.new()
Construct a new VariantOffsetsCalculator instance using compiled data.
factory
VariantOffsetsCalculator.withProvider(DataProvider provider)
Construct a new VariantOffsetsCalculator instance using a particular data source.
factory

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

computeOffsetsFromTimeZoneAndDateTime(TimeZone timeZone, IsoDate localDate, Time localTime) VariantOffsets?
See the Rust documentation for compute_offsets_from_time_zone_and_name_timestamp for more information.
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