DateTimeIntervalType enum
DateTimeIntervalType.auto intervals are calcualted based in the data points, whereas DateTimeIntervalType.years intervals are calculated based on years, whereas DateTimeIntervalType.months intervals are calculated based on months, whereas DateTimeIntervalType.days intervals are calculated based on days, whereas DateTimeIntervalType.hours intervals are calculated based on hours, whereas DateTimeIntervalType.minutes intervals are calculated based on minutes, and DateTimeIntervalType.seconds intervals are calculated based on seconds.
Constants
- auto → const DateTimeIntervalType
-
const DateTimeIntervalType(0)
- days → const DateTimeIntervalType
-
const DateTimeIntervalType(3)
- hours → const DateTimeIntervalType
-
const DateTimeIntervalType(4)
- minutes → const DateTimeIntervalType
-
const DateTimeIntervalType(5)
- months → const DateTimeIntervalType
-
const DateTimeIntervalType(2)
- seconds → const DateTimeIntervalType
-
const DateTimeIntervalType(6)
-
values
→ const List<
DateTimeIntervalType> -
A constant List of the values in this enum, in order of their declaration.
const List<
DateTimeIntervalType> - years → const DateTimeIntervalType
-
const DateTimeIntervalType(1)
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited