NAME

Net::ICal::Daylight -- class for representing DAYLIGHT timezone sections

DESCRIPTION

This module represents a DAYLIGHT section in a VTIMEZONE, which details information about when a particular timezone is on daylight savings time. It includes information about when the switch back to standard time happens.

SYNOPSIS

# really, look at Timezone.pm for a better usage example;
# this is totally untested

my $s = Net::ICal::Daylight->new(
    tzoffsetto => '-0400',
    tzoffsetfrom => '-0500',
    rdate => Net::ICal::Recurrence->new ( ...)
    tzname => 'EDT'
);

METHODS

new(%args)

Makes a new Daylight object. For permissible parameters, see Net::ICal::Standard.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 68:

'=end testing =head2 new_from_ical ($text)' is invalid. (Stack: =begin testing)