DateTimeFormat class

The format in which datetime items are reported

Annotations

Constructors

DateTimeFormat({required int accuracyInMicroSeconds, required int timezoneOffsetMilliseconds})
const

Properties

accuracyInMicroSeconds int
The number of microseconds that elapse every unit change eg: for millisecond data, this value would be 1000
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timezoneOffsetMilliseconds int
The time zone offset that is applied to the value in milliseconds difference from UTC
final

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