SparkDateFormat class

Properties

hashCode int
The hash code for this object.
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

hourMinute → const String
time format as '12:01'
hourMinuteSecond → const String
time format as '12:01:59'
yearMonth → const String
date format as '2020-01'
yearMonthDay → const String
date format as '2020-01-01'
yearMonthDayAndHourMinute → const String
date time format as '2021-12-01 12:01'
yearMonthDayAndHourMinuteSecond → const String
date time format as '2021-12-01 12:01:59'
yearMonthDayObliqueLine → const String
date format as '2020/01/01'
yearMonthDayObliqueLineAndHourMinute → const String
date time format as '2021/12/01 12:01'
yearMonthDayObliqueLineAndHourMinuteSecond → const String
date time format as '2021/12/01 12:01:59'
yearMonthObliqueLine → const String
date format as '2020/01'