Cron class abstract

Constructors

Cron()
factory

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
parse(String cronString, String locationName, [TZDateTime? startTime]) CronIterator<TZDateTime>
Takes a cronString, a locationName and an optional startTime. It returns an iterator HasNext which delivers TZDateTime events. If no startTime is provided TZDateTime.now(getLocation(locationName) is used. The locationName string has to be in the format listed at http://www.iana.org/time-zones.
toString() String
A string representation of this object.
inherited

Operators

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