TimeUtilities class

Time related utilities

Constructors

TimeUtilities()

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

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

Static Properties

DATE_TS_FORMATTER → DateFormat
A date formatter (yyyyMMdd_HHmmss) useful for file names (it contains no spaces).
final
DAY_TS_FORMATTER → DateFormat
A date formatter (yyyyMMdd) useful for file names (it contains no spaces).
final
DAYHOUR_TS_FORMATTER → DateFormat
A date formatter (yyyyMMdd_HH) useful for file names (it contains no spaces).
final
DAYHOURMINUTE_TS_FORMATTER → DateFormat
A date formatter (yyyyMMdd_HHmm) useful for file names (it contains no spaces).
final
ISO8601_TS_DAY_FORMATTER → DateFormat
An ISO8601 day formatter (yyyy-MM-dd).
final
ISO8601_TS_FORMATTER → DateFormat
An ISO8601 date formatter (yyyy-MM-dd HH:mm:ss).
final
ISO8601_TS_FORMATTER_MILLIS → DateFormat
final
ISO8601_TS_TIME_FORMATTER → DateFormat
An ISO8601 time formatter (HH:mm:ss).
final