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

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.