EveryXMinute class

Inheritance
Mixed-in types

Constructors

EveryXMinute(int minute)

Properties

hashCode int
The hash code for this object.
no setterinherited
lastRun DateTime
Last Run
no setterinherited
minute int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second int
no setterinherited

Methods

isNecessary(DateTime time) bool
Necessary working at time
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset([DateTime? time]) → void
Reset last run
inherited
toPeriodString() String
Detailed Description
override
toString() String
A string representation of this object.
inherited
toTimeString() String
Description
override
unixCronFormat() String
Unix-cron Format https://man7.org/linux/man-pages/man5/crontab.5.html
override

Operators

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