cronexp

Package module for the Cron framework

Modules

cronexp
module cronexp.cronexp

This framework provides parser of cron expressions and evaluator of next date and time of triggering parsed cron expressions.

utils
module cronexp.utils

This module contains some utils usefull for cron parser

Members

Imports

CronException (from cronexp.cronexp)
public import cronexp.cronexp : CronExpr, CronException;
Undocumented in source.
CronExpr (from cronexp.cronexp)
public import cronexp.cronexp : CronExpr, CronException;
Undocumented in source.
DateTime (from std.datetime)
public import std.datetime : DateTime;
Undocumented in source.
Nullable (from std.typecons)
public import std.typecons : Nullable;
Undocumented in source.

Meta

Authors

Maxim Tyapkin

License

This software is licensed under the terms of the BSD 3-clause license. The full terms of the license can be found in the LICENSE.md file.