Dave Rolsky wrote:
> 
> On Mon, 18 Aug 2003, Flavio S. Glock wrote:
> 
> > DateTime::Set count()
> >   - returns scalar 'Inf' for recurrences;
> 
> This should probably be undef.  We don't know whether or not recurrences
> are infinite.

There are some cases when we don't know if a recurrence has any event at
all. 
This may happen when you do an intersection of recurrences.
Otherwise, if they don't have a start and end, they are infinite, right?
But 'undef' is ok - I'll change that.

- Flavio S. Glock

Reply via email to