StandardEarthMillisecondStoreDataProvider class
An implementation of MillisecondStoreDataProvider that implements the
Lukashian Calendar Mechanism for Earth: tropical (southern-solstice to
southern-solstice) years, true solar days, TT-based, with year numbers
roughly 3900 above the Gregorian calendar — see the Java class
StandardEarthMillisecondStoreDataProvider for the full specification.
Dart port: this class is a stub; every method throws UnimplementedError. Use StandardEarthHttpMillisecondStoreDataProvider with MillisecondStore.init to load the same data from lukashian.org, or provide your own MillisecondStoreDataProvider.
- Implemented types
Constructors
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
-
loadDayEpochMilliseconds(
List< int> yearEpochMilliseconds) → List<int> -
Loads cumulative epoch milliseconds at the end of each epoch day (index 0 =
day 1).
override
-
loadUnixEpochOffsetMilliseconds(
) → int -
Loads the offset in milliseconds between the Lukashian epoch and the UNIX
epoch (see interface documentation).
override
-
loadYearEpochMilliseconds(
) → List< int> -
Loads cumulative epoch milliseconds at the end of each year (index 0 =
year 1).
override
-
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