DateFormat enum
日期展示枚举值 Y 年 M 月 D 日 H 时 M 分 S 秒
- Inheritance
- Available extensions
Values
- def → 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
- format → String
-
Available on DateFormat, provided by the DateFormatExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.