The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DynGig::Schedule::Policy - Parse schedule

SYNOPSIS

use DynGig::Schedule::Policy;

my $policy = DynGig::Schedule::Policy->new
(
    config => '/config/file',
    level => 3,
    cycle => 7,
    timezone => 'UTC',
);

METHODS

period( start, end )

Determine the policy in specified period. Returns HASH reference.

NOTE

See DynGig::Schedule