Class: Date
- Inherits:
-
Object
- Object
- Date
- Defined in:
- lib/when_sun.rb
Instance Method Summary collapse
Instance Method Details
#jd_to_ajd(jd, fr, of = 0) ⇒ Object
127 128 129 |
# File 'lib/when_sun.rb', line 127 def jd_to_ajd(jd, fr, of=0) jd + fr - of - HALF_DAYS_IN_DAY end |
#to_datetime ⇒ Object
123 124 125 |
# File 'lib/when_sun.rb', line 123 def to_datetime() DateTime.new!(jd_to_ajd(jd, 0, 0), @of, @sg) end |