# File lib/ri_cal/occurrence_period.rb, line 4
    def initialize(dtstart, dtend)
      @dtstart = dtstart
      @dtend = dtend
    end