all_quarter() Instance Public methods Returns a Range representing the whole quarter of the current date/time.
all_week(start_day = Date.beginning_of_week) Instance Public methods Returns a Range representing the whole week of the current date/time. Week starts on start_day, default is Date.week_start or config.week_start when set.
all_year() Instance Public methods Returns a Range representing the whole year of the current date/time.
at_beginning_of_month() Instance Public methods Alias for: beginning_of_month
at_beginning_of_quarter() Instance Public methods Alias for: beginning_of_quarter
at_beginning_of_week(start_day = Date.beginning_of_week) Instance Public methods Alias for: beginning_of_week
at_beginning_of_year() Instance Public methods Alias for: beginning_of_year
at_end_of_month() Instance Public methods Alias for: end_of_month
at_end_of_quarter() Instance Public methods Alias for: end_of_quarter
at_end_of_week(start_day = Date.beginning_of_week) Instance Public methods Alias for: end_of_week
Page 2226 of 11844