DateFormat enum

日期展示枚举值 Y 年 M 月 D 日 H 时 M 分 S 秒

Inheritance

Constructors

DateFormat()
const

Values

defValue → const DateFormat
yMDHM → const DateFormat
yMD → const DateFormat
yM → const DateFormat
mD → const DateFormat
mDHM → const DateFormat
mDYHMS → const DateFormat
mDYHM → const DateFormat
mDY → const DateFormat
hMS → const DateFormat
hM → const DateFormat
dMYHMS → const DateFormat
dMYHMS2 → const DateFormat
dMYHM → const DateFormat
dMYHM2 → const DateFormat
dMY → const DateFormat
dMY2 → const DateFormat
zhDefValue → const DateFormat
zhYMDHM → const DateFormat
zhYMD → const DateFormat
zhYM → const DateFormat
zhMD → const DateFormat
zhMDHM → const DateFormat
zhHMS → const DateFormat
zhHM → const DateFormat

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<DateFormat>
A constant List of the values in this enum, in order of their declaration.