Class Runt::Schedule
In: lib/runt/schedule.rb
Parent: Object

Implementation of a pattern for recurring calendar events created by Martin Fowler.

Methods

add   dates   include?   new  

Public Class methods

Public Instance methods

Schedule event to occur using the given expression.

For the given date range, returns an Array of PDate objects at which the supplied event is scheduled to occur.

Return true or false depend on if the supplied event is scheduled to occur on the given date.

[Validate]