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

Public Imports

cronexp.cronexp
public import cronexp.cronexp : CronExpr, CronException;
std.datetime
public import std.datetime : DateTime;
std.typecons
public import std.typecons : Nullable;

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.