Class: Daru::Offsets::Day
- Inherits:
-
Tick
- Object
- DateOffset
- DateOffsetType
- Tick
- Daru::Offsets::Day
- Defined in:
- lib/daru/date_time/offsets.rb
Overview
Create an days offset
Constant Summary collapse
- FREQ =
'D'.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
168 169 170 |
# File 'lib/daru/date_time/offsets.rb', line 168 def multiplier 1.0 end |