Module: IERS::HasDate Private

Included in:
CelestialPoleOffset::Entry, EOP::Entry, LengthOfDay::Entry, PolarMotion::Entry, UT1::Entry
Defined in:
lib/iers/has_date.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#dateDate

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Date)


7
8
9
# File 'lib/iers/has_date.rb', line 7

def date
  TimeScale.to_date(mjd)
end