This class is used to hold a pair of dates defining a range. The range may be open-ended by including a null for one end or the other, or both.
Located in /inc/RRule-v2.php (line 522)
Construct a new RepeatRuleDateRange which will be the range between $date1 and $date2. The earliest of the two dates will be used as the start of the period, the latest as the end. If one of the dates is null then the order of the parameters is significant, with the null treated as -infinity if it is first, or +infinity if it is second.
If both parameters are null then the range is from -infinity to +infinity.
Get an Rfc5545Duration from this date range. If the from date is null it will be null.
If the until date is null the duration will either be 1 day (if the from is a date) or 0 otherwise.
Assess whether this range overlaps the supplied range. null values are treated as infinity.
Documentation generated on Fri, 13 Jan 2012 23:44:56 +1300 by phpDocumentor 1.4.3