DateMode enum
时间选择器 所显示样式 16 种时间样式
Values
- YMDHMS → const DateMode
-
【yyyy-MM-dd HH:mm:ss】年月日时分秒
- YMDHM → const DateMode
-
【yyyy-MM-dd HH:mm】年月日时分
- YMDH → const DateMode
-
【yyyy-MM-dd HH】年月日时
- YMD → const DateMode
-
【yyyy-MM-dd】年月日
- YM → const DateMode
-
【yyyy-MM】年月
- Y → const DateMode
-
【yyyy】年
- MDHMS → const DateMode
-
【MM-dd HH:mm:ss】月日时分秒
- MDHM → const DateMode
-
【MM-dd HH:mm】月日时分
- MDH → const DateMode
-
【MM-dd HH:mm】月日时
- MD → const DateMode
-
【MM-dd】月日
- HMS → const DateMode
-
【HH:mm:ss】时分秒
- HM → const DateMode
-
【HH:mm】时分
- MS → const DateMode
-
【mm:ss】分秒
- S → const DateMode
-
【ss】秒
- M → const DateMode
-
【MM】月
- H → const DateMode
-
【HH】时
Properties
- 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