Method: Astroscript::Calculator#datetime=
- Defined in:
- lib/astroscript/calculator.rb
#datetime=(time) ⇒ Object
79 80 81 82 83 84 |
# File 'lib/astroscript/calculator.rb', line 79 def datetime=(time) @oe = nil @ra = nil @planetary_hours = nil @jd = AstroHelper.datetime_to_jd(time) end |