FaRelativeDateTime class
- Inheritance
-
- Object
- RelativeDateTime
- FaRelativeDateTime
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
-
aboutAMinute(
int minutes) → String -
override
-
aboutAMonth(
int days) → String -
override
-
aboutAnHour(
int minutes) → String -
override
-
aboutAYear(
int year) → String -
override
-
aDay(
int hours) → String -
override
-
days(
int days) → String -
override
-
hours(
int hours) → String -
override
-
lessThanOneMinute(
int seconds) → String -
override
-
minutes(
int minutes) → String -
override
-
months(
int months) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prefixAgo(
) → String -
override
-
prefixFromNow(
) → String -
override
-
suffixAgo(
) → String -
override
-
suffixFromNow(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
wordSeparator(
) → String -
override
-
years(
int years) → String -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited