getDate method

double getDate()

return the date as Julian date

Implementation

double getDate() {
  return _date;
}