EveryXMonth class

Inheritance
Mixed-in types

Constructors

EveryXMonth.new(int month)

Properties

day int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hour int
no setterinherited
lastRun DateTime
Last Run
no setterinherited
minute int
no setterinherited
month 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