DateTimeDist enum

Inheritance

Constructors

DateTimeDist()
const

Values

yearMillisecond → const DateTimeDist

2020-01-01 00:00:00.000

yearSecond → const DateTimeDist

2020-01-01 00:00:00

yearMinute → const DateTimeDist

2020-01-01 00:00

yearHour → const DateTimeDist

2020-01-01 00

yearDay → const DateTimeDist

2020-01-01

yearMonth → const DateTimeDist

2020-01

monthMillisecond → const DateTimeDist

01-01 00:00:00.00

monthSecond → const DateTimeDist

01-01 00:00:00

monthMinute → const DateTimeDist

01-01 00:00

monthHour → const DateTimeDist

01-01 00

monthDay → const DateTimeDist

01-01

dayMillisecond → const DateTimeDist

01 00:00:00.000

daySecond → const DateTimeDist

01 00:00:00

dayMinute → const DateTimeDist

01 00:00

dayHour → const DateTimeDist

01 00

hourMillisecond → const DateTimeDist

00:00:00.000

hourSecond → const DateTimeDist

00:00:00

hourMinute → const DateTimeDist

00:00

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