EveryXMinute class
- Inheritance
-
- Object
- CronTimePeriod
- EveryXMinute
- Mixed-in types
Constructors
- EveryXMinute(int minute)
Properties
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