A datetime that recurs
my $r_datetime = HTML::Microformats::Datatype::RecurringDateTime->new($ical_string); print "$r_datetime\n";
Creates a new HTML::Microformats::Datatype::RecurringDateTime object. $string is an iCalendar-RRULE-style string. Creates a new HTML::Microformats::Datatype::RecurringDateTime object. $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> Essentially just an alias for \*(C`new\*(C'.
Returns an iCal-RRULE-style formatted string representing the recurrance. Returns an the \s-1RDF\s0 datatype \s-1URI\s0 representing the data type of this literal. Adds the recurring datetime to an \s-1RDF\s0 model as a resource (not a literal).
Please report any bugs to <http://rt.cpan.org/>.
HTML::Microformats, HTML::Microformats::Datatype.
Toby Inkster <[email protected]>.
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.
\s-1THIS\s0 \s-1PACKAGE\s0 \s-1IS\s0 \s-1PROVIDED\s0 \*(L"\s-1AS\s0 \s-1IS\s0\*(R" \s-1AND\s0 \s-1WITHOUT\s0 \s-1ANY\s0 \s-1EXPRESS\s0 \s-1OR\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0, \s-1INCLUDING\s0, \s-1WITHOUT\s0 \s-1LIMITATION\s0, \s-1THE\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0 \s-1OF\s0 \s-1MERCHANTIBILITY\s0 \s-1AND\s0 \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.