NAME
Date::Set::ICal - an Infinity + Date::ICal object
SYNOPSIS
See Date::Set
This module is for Date::Set internal use only!
METHODS
$new( $self, $arg)
$arg can be a string, another Date::Set::ICal object, a Date::ICal object, or a Set::Infinite::Element_Inf object.
$self->add($arg)
An operation; what gets called when you use the + operator.
$self->sub($arg)
Subtraction; what gets called when you use the - operator.
$self->div($arg)
Division; what gets called when you use the / operator.
(Document what it means to divide a date, exactly.)
spaceship
A comparison operator; what gets called when you use >, >=, ==, <=, or <.
$self->as_string
Stringifies the object; what gets called if you put one of these objects in doublequotes.
mode
(Why is this here?)
AUTHOR
Flavio Soibelmann Glock <fglock@pucrs.br>