cronexp ~master (2018-08-16T09:55:19Z)
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
;
Nullable
!
DateTime
getNext
(
DateTime
current
)
;
}
Members
Functions
getNext
Nullable
!
DateTime
getNext
(
DateTime
current
)
Get next date of execution after current
Meta
Source
See Implementation
cronexp
cronexp
classes
CronException
functions
replaceNames
structs
CronExpr
Struct containing parsed cron expression