TimeFormats class

Time formatting notation constants.

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

Constants

all → const List<String>
A list of every time formatting notation constant found in the TimeFormats class.
extended → const String
7:42 PM PST
extended24Hour → const String
19:42 PST
standard → const String
7:42 PM
standard24Hour → const String
19:42
withMicroseconds → const String
7:42:05.000000 PM
withMicroSeconds24Hour → const String
19:42:05.000000
withMicroSeconds24HourExtended → const String
19:42:05.000000 PST
withMicrosecondsExtended → const String
7:42:05.000000 PM PST
withMilliseconds → const String
7:42:05.000 PM
withMilliseconds24Hour → const String
19:42:05.000
withMilliseconds24HourExtended → const String
19:42:05.000 PST
withMillisecondsExtended → const String
7:42:05.000 PM PST
withSeconds → const String
7:42:05 PM
withSeconds24Hour → const String
19:42:05
withSeconds24HourExtended → const String
19:42:05 PST
withSecondsExtended → const String
7:42:05 PM PST