PopupDateFormat enum

Format of a date field in a pop-up.

Controls how a date field is displayed a pop-up. All provided examples are localized to en-US.

Inheritance
Available extensions

Values

dayShortMonthYear → const PopupDateFormat

Example: Dec 30, 1997.

longDate → const PopupDateFormat

Example: Tuesday, December 30, 1997.

longMonthDayYear → const PopupDateFormat

Example: December 30, 1997.

longMonthYear → const PopupDateFormat

Example: December 1997.

shortDate → const PopupDateFormat

Example: 12/30/1997.

shortDateLe → const PopupDateFormat

Example: 30/12/1997.

shortDateLeLongTime → const PopupDateFormat

Example: 30/12/1997 5:59:59 PM.

shortDateLeLongTime24 → const PopupDateFormat

Example: 30/12/1997 17:59:59.

shortDateLeShortTime → const PopupDateFormat

Example: 30/12/1997 6:00 PM.

shortDateLeShortTime24 → const PopupDateFormat

Example: 30/12/1997 18:00.

shortDateLongTime → const PopupDateFormat

Example: 12/30/1997 5:59:59 PM.

shortDateLongTime24 → const PopupDateFormat

Example: 12/30/1997 17:59:59.

shortDateShortTime → const PopupDateFormat

Example: 12/30/1997 6:00 PM.

shortDateShortTime24 → const PopupDateFormat

Example: 12/30/1997 18:00.

shortMonthYear → const PopupDateFormat

Example: Dec 1997.

year → const PopupDateFormat

Example: 1997.

dayShortMonthYearLongTime → const PopupDateFormat

Example: Dec 30, 1997, 5:32:10 PM.

dayShortMonthYearLongTime24 → const PopupDateFormat

Example: Dec 30, 1997, 17:32:10.

dayShortMonthYearShortTime → const PopupDateFormat

Example: Dec 30, 1997, 6:00 PM.

dayShortMonthYearShortTime24 → const PopupDateFormat

Example: Dec 30, 1997, 17:32.

longDateLongTime → const PopupDateFormat

Example: Tuesday, December 30, 1997, 5:32:10 PM.

longDateLongTime24 → const PopupDateFormat

Example: Tuesday, December 30, 1997, 17:32:10.

longDateShortTime → const PopupDateFormat

Example: Tuesday, December 30, 1997, 6:00 PM.

longDateShortTime24 → const PopupDateFormat

Example: Tuesday, December 30, 1997, 17:32.

longMonthDayYearLongTime → const PopupDateFormat

Example: December 30, 1997, 5:32:10 PM.

longMonthDayYearLongTime24 → const PopupDateFormat

Example: December 30, 1997, 17:32:10.

longMonthDayYearShortTime → const PopupDateFormat

Example: December 30, 1997, 6:00 PM.

longMonthDayYearShortTime24 → const PopupDateFormat

Example: December 30, 1997, 18:00.

unknown → const PopupDateFormat

Unknown date format.

Properties

coreValue → RT_PopupDateFormat
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<PopupDateFormat>
A constant List of the values in this enum, in order of their declaration.