FormatDate enum

Inheritance

Constructors

FormatDate()
const

Values

dmyDash → const FormatDate

example : 16-08-2021

mdyDash → const FormatDate

example : 08-16-2021

ymdDash → const FormatDate

example : 2021-08-16

ydmDash → const FormatDate

example : 2021-16-08

dmy → const FormatDate

example : 16/08/2021

mdy → const FormatDate

example : 08/16/2021

ymd → const FormatDate

example : 2021/08/16

ydm → const FormatDate

example : 2021/16/08

dmyDash12 → const FormatDate

example : 16-08-2021 11:30 PM

dmyDash12WithSec → const FormatDate

example : 16-08-2021 11:30:23 PM

mdyDash12 → const FormatDate

example : 08-16-2021 11:30 PM

mdyDash12WithSec → const FormatDate

example : 08-16-2021 11:30:23 PM

ymdDash12 → const FormatDate

example : 2021-08-16 11:30 PM

ymdDash12WithSec → const FormatDate

example : 2021-08-16 11:30:23 PM

ydmDash12 → const FormatDate

example : 2021-16-08 11:30 PM

ydmDash12WithSec → const FormatDate

example : 2021-16-08 11:30:23 PM

dmy12 → const FormatDate

example : 16/08/2021 11:30 PM

dmy12WithSec → const FormatDate

example : 16/08/2021 11:30:23 PM

mdy12 → const FormatDate

example : 08/16/2021 11:30 PM

mdy12WithSec → const FormatDate

example : 08/16/2021 11:30:23 PM

ymd12 → const FormatDate

example : 2021/08/16 11:30 PM

ymd12WithSec → const FormatDate

example : 2021/08/16 11:30:23 PM

ydm12 → const FormatDate

example : 2021/16/08 11:30 PM

ydm12WithSec → const FormatDate

example : 2021/16/08 11:30:23 PM

dmyDash24 → const FormatDate

example : 16-08-2021 23:30

dmyDash24WithSec → const FormatDate

example : 16-08-2021 23:30:23

mdyDash24 → const FormatDate

example : 08-16-2021 23:30

mdyDash24WithSec → const FormatDate

example : 08-16-2021 23:30:23

ymdDash24 → const FormatDate

example : 2021-08-16 23:30

ymdDash24WithSec → const FormatDate

example : 2021-08-16 23:30:23

ydmDash24 → const FormatDate

example : 2021-16-08 23:30

ydmDash24WithSec → const FormatDate

example : 2021-16-08 23:30:23

dmy24 → const FormatDate

example : 16/08/2021 23:30

dmy24WithSec → const FormatDate

example : 16/08/2021 23:30:23

mdy24 → const FormatDate

example : 08/16/2021 23:30

mdy24WithSec → const FormatDate

example : 08/16/2021 23:30:23

ymd24 → const FormatDate

example : 2021/08/16 23:30

ymd24WithSec → const FormatDate

example : 2021/08/16 23:30:23

ydm24 → const FormatDate

example : 2021/16/08 23:30

ydm24WithSec → const FormatDate

example : 2021/16/08 23:30:23

time12 → const FormatDate

example : 11:30 PM

time12WithSec → const FormatDate

example : 11:30:23 PM

time24 → const FormatDate

example : 23:30

time24WithSec → const FormatDate

example : 23:30:23

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<FormatDate>
A constant List of the values in this enum, in order of their declaration.