Help language development. Donate to The Perl Foundation
Time::Repeat - Modules for working with time intervals.
use Time::Repeat::String; # Work with text strings
use Time::Repeat::HHMM; # Work with HHMM objects (hour and minutes), defined in the module
use Time::Repeat::MM; # Work with MM objects (minutes), defined in the module
use Time::Repeat::DateTime; # Work with DateTime objects
See the indvividual module documentation for a list of procedures and methods they provide.
Arne Sommer; arne at perl6.eu
Copyright 2018 Arne Sommer. This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.