class Mhc::DateFrame::Monthly

Private Instance Methods

beginning_of_frame(date) click to toggle source
# File lib/mhc/date_frame.rb, line 84
def beginning_of_frame(date)
  beginning_of_month(date)
end
frames_between(date1, date2) click to toggle source
# File lib/mhc/date_frame.rb, line 88
def frames_between(date1, date2)
  months_between(date1, date2)
end
next_frame_start(cycles = 1) click to toggle source
# File lib/mhc/date_frame.rb, line 80
def next_frame_start(cycles = 1)
  @frame_start >> (@interval * cycles)
end