CronExpr

Struct containing parsed cron expression

Members

Functions

getNext
Nullable!DateTime getNext(DateTime current)

Get next date of execution after current

Static functions

opCall
auto opCall(R expr)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

doms
uint doms;
Undocumented in source.
dows
ubyte dows;
Undocumented in source.
hours
uint hours;
Undocumented in source.
minutes
ulong minutes;
Undocumented in source.
months
ushort months;
Undocumented in source.
seconds
ulong seconds;
Undocumented in source.

Meta