DateFormats enum

Inheritance
Available extensions

Values

day → const DateFormats
const DateFormats("dd")
dayFullName → const DateFormats
const DateFormats("EEEE")
dayShortName → const DateFormats
const DateFormats("EE")
month → const DateFormats
const DateFormats("MM")
monthFullName → const DateFormats
const DateFormats("MMMM")
monthShortName → const DateFormats
const DateFormats("MMM")
yearFull → const DateFormats
const DateFormats("yyyy")
yearShort → const DateFormats
const DateFormats("yy")
dateDMY → const DateFormats
const DateFormats("dd-MM-yyyy")
dateDMCY → const DateFormats
const DateFormats("dd MMMM, yyyy")
dateMDCY → const DateFormats
const DateFormats("MMMM dd, yyyy")
dateYMD → const DateFormats
const DateFormats("yyyy-MM-dd")
dateECDMCY → const DateFormats
const DateFormats("EEEE, dd MMMM, yyyy")
dateECMDCY → const DateFormats
const DateFormats("EEEE, MMMM dd, yyyy")
none → const DateFormats
const DateFormats("")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isUsable bool

Available on DateFormats?, provided by the DateFormatExtension extension

no setter
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
use String

Available on DateFormats?, provided by the DateFormatExtension extension

no setter
value String
final

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