DisplayFormat enum
Enum Contains DisplayFormat
Values
- MMMYYYY → const DisplayFormat
-
MMMYYYY Display monthNAME/Year
- YYYYMMM → const DisplayFormat
-
YYYYMMM Display Year/MonthName
- DDMMYYYY → const DisplayFormat
-
DDMMYYYY Display Day/month/Year
- MMDDYYYY → const DisplayFormat
-
MMDDYYYY Display month/day/Year
- DDDMMMYYYY → const DisplayFormat
-
DDDMMMYYYY Display dayName/MonthName/Year
- MMMDDYYYY → const DisplayFormat
-
MMMDDYYYY Display monthName/day/Year
- MMMDDDYYYY → const DisplayFormat
-
MMMDDDYYYY Display monthName/dayName/Year
- DDMMMYYYY → const DisplayFormat
-
MMMDDDYYYY Display day/MonthName/Year
- MMDD → const DisplayFormat
-
MMDD Display Month/day
- DDMM → const DisplayFormat
-
DDMM Display Day/Month
- MMMDD → const DisplayFormat
-
MMMDD Display MonthName/day
- DDMMM → const DisplayFormat
-
DDMMM Display day/MonthName
- DDDMMM → const DisplayFormat
-
DDDMMM Display dayname/MonthName
- MMMDDD → const DisplayFormat
-
MMMDDD Display MonthName/DayName
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
Constants
-
values
→ const List<
DisplayFormat> - A constant List of the values in this enum, in order of their declaration.