HTML::Microformats::Datatype::RecurringDateTime(3pm) | User Contributed Perl Documentation | HTML::Microformats::Datatype::RecurringDateTime(3pm) |
HTML::Microformats::Datatype::RecurringDateTime - a datetime that recurs
my $r_datetime = HTML::Microformats::Datatype::RecurringDateTime->new($ical_string); print "$r_datetime\n";
$string is an iCalendar-RRULE-style string.
$string is perhaps an iCalendar-RRULE-style string. $elem is the XML::LibXML::Element being parsed. $context is the document context.
This constructor supports a number of experimental microformat interval patterns. e.g.
<span class="rrule"> The summer lectures are held held <span class="freq">yearly</span>, every <span class="interval">2</span>nd year (1999, 2001, etc), every <span class="byday">Sunday</span> in January <abbr class="bymonth" title="1" style="display:none"></abbr> at <span class="byhour">8</span>:<span class="byminute">30</span> and repeated at <span class="byhour">9</span>:30. </span>
Please report any bugs to <http://rt.cpan.org/>.
HTML::Microformats, HTML::Microformats::Datatype.
Toby Inkster <tobyink@cpan.org>.
Copyright 2008-2012 Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2021-09-12 | perl v5.32.1 |