cronexp v0.1.0-beta3 (2018-08-27T09:26:41Z)
Home
Dub
Repo
CronExpr
cronexp
cronexp
Struct containing parsed cron expression
struct
CronExpr {
ulong
seconds
;
ulong
minutes
;
uint
hours
;
uint
doms
;
ushort
months
;
ubyte
dows
;
static
auto
opCall
(R expr);
Nullable
!
DateTime
getNext
(DateTime current);
}
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
Source
See Implementation
cronexp
cronexp
aliases
Interval
classes
CronException
enums
Range
functions
replaceNames
manifest constants
cronReg
domKeys
domReg
dowKeys
dowNames
dowReg
hrsKeys
hrsReg
minKeys
minReg
monKeys
monReg
moyNames
secKeys
secReg
mixins
__anonymous
mixin templates
RegexNamesEnum
structs
CronExpr
Struct containing parsed cron expression