CronExpression class

Constructors

CronExpression(CronSecond second, CronMinute minute, CronHour hour, CronDay _day, CronMonth month, CronYear year, CronExpressionType type)
CronExpression.fromString(String cronExpression)
factory

Properties

dayOfMonth → DayOfMonth
no setter
dayOfWeek → DayOfWeek
no setter
hashCode int
The hash code for this object.
no setterinherited
hour ↔ CronHour
getter/setter pair
minute ↔ CronMinute
getter/setter pair
month ↔ CronMonth
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second ↔ CronSecond
getter/setter pair
type CronExpressionType
getter/setter pair
year ↔ CronYear
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toFormatString(CronExpressionOutputFormat outputFormat) String
toReadableString() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited