EDT class abstract

Interface for Ethiopian Data and Time types.

Implementers

Constructors

EDT()

Properties

day int
no setter
dayGeez String
no setter
hashCode int
The hash code for this object.
no setterinherited
hour int
no setter
millisecond int
no setter
minute int
no setter
month int
no setter
monthGeez String?
no setter
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int
no setter
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
year int
no setter

Methods

add(Duration duration) EtDatetime
compareTo(EtDatetime other) int
isAfter(EtDatetime other) bool
isAtSameMomentAs(EtDatetime other) bool
isBefore(EtDatetime other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtract(Duration duration) EtDatetime
toIso8601String() String
toJson() String
toString() String
Methods

Operators

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