# File lib/runt/temporalexpression.rb, line 277
  def week_from_start_matches?(index,date)
    week_in_month(date.day)==index
  end