NAME
Time::Simple::Range - A range of Time::Simple objects
SYNOPSIS
use Time::Simple::Range;
my $range = new Time::Simple::Range('14:00:00', '15:00:00');
print $range->start, "\n";
print $range->end, "\n";
print $range->duration, "\n";
DESCRIPTION
A range of Time::Simple objects
SEE ALSO
Time::Simple, Time::Seconds
AUTHOR
Alessandro Zummo, <a.zummo@towertech.it>
COPYRIGHT AND LICENSE
Copyright (C) 2008-09 by Alessandro Zummo
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.