Class: Daru::Offsets::Hour
- Inherits:
-
Tick
- Object
- DateOffset
- DateOffsetType
- Tick
- Daru::Offsets::Hour
- Defined in:
- lib/daru/date_time/offsets.rb
Overview
Create an hours offset
Constant Summary collapse
- FREQ =
'H'.freeze
Instance Method Summary collapse
Methods inherited from Tick
#+, #-, #initialize
Methods inherited from DateOffsetType
Methods inherited from DateOffset
#+, #-, #-@, #initialize
Constructor Details
This class inherits a constructor from Daru::Offsets::Tick
Instance Method Details
#multiplier ⇒ Object
153 154 155 |
# File 'lib/daru/date_time/offsets.rb', line 153 def multiplier 0.041666666666666664 end |