Method | Description | |
---|---|---|
getOccurrences ( ) : array | Return all the occurrences in an array of \DateTime. | |
getOccurrencesBetween ( mixed $begin, mixed $end ) : array | Return all the ocurrences after a date, before a date, or between two dates. | |
isFinite ( ) : boolean | Return true if the rrule has an end condition, false otherwise | |
isInfinite ( ) : boolean | Return true if the rrule has no end condition (infite) | |
occursAt ( mixed $date ) : boolean | Return true if $date is an occurrence. |
public getOccurrences ( ) : array | ||
return | array | An array of \DateTime objects |
public isInfinite ( ) : boolean | ||
return | boolean |