APIdock / Ruby on Rails
/
Browse About
method

first_hour

v4.0.2 - Show latest stable - Class: DateAndTime::Calculations
first_hour()
private

No documentation available.

# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 218
    def first_hour
      result = yield
      acts_like?(:time) ? result.change(:hour => 0) : result
    end

Related methods

  • Instance methods
  • at_beginning_of_month
  • at_beginning_of_quarter
  • at_beginning_of_week
  • at_beginning_of_year
  • at_end_of_month
  • at_end_of_quarter
  • at_end_of_week
  • at_end_of_year
  • beginning_of_month
  • beginning_of_quarter
  • beginning_of_week
  • beginning_of_year
  • days_ago
  • days_since
  • days_to_week_start
  • end_of_month
  • end_of_quarter
  • end_of_week
  • end_of_year
  • future?
  • last_month
  • last_quarter
  • last_week
  • last_year
  • monday
  • months_ago
  • months_since
  • next_month
  • next_quarter
  • next_week
  • next_year
  • past?
  • prev_month
  • prev_quarter
  • prev_week
  • prev_year
  • sunday
  • today?
  • tomorrow
  • weeks_ago
  • weeks_since
  • years_ago
  • years_since
  • yesterday
  • Private methods
  • privatedays_span
  • privatefirst_hour
  • privatelast_hour
APIdock API Documentation Browser

© 2026 APIdock