Next: The job-specifier module, Previous: The redirect module, Up: Guile modules [Contents][Index]
This module is introduced to a program by (use-modules (mcron
vixie-time))
.
This module provides a single method for converting a Vixie-style time
specification into a procedure which can be used as the
next-time-function
to the base add-job
procedure, or to
the job-specifier
job
procedure. See Vixie Syntax
for full details of the allowed format for the time string.
The single argument time-string should be a string containing a Vixie-style time specification, and the return value is the required procedure.