EachMonth class

Run each month one time of defined day , hour, minute, second

Inheritance

Constructors

EachMonth.new()

Properties

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