The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Weather::YR::Day - Base class representing a day containing data points.

DESCRIPTION

Don't use this class directly. It is used as a "helper class" for other classes.

METHODS

date

Returns this day's date as a DateTime object.

datapoints

Returns an array reference of this day's data points, represented as Weather::YR::DataPoint objects.