Julian constructor

const Julian(
  1. double value
)

Initialize the Julian date object.

The first day of the year, Jan 1, is day 1.0. Noon on Jan 1 is represented by the day value of 1.5, etc.

Implementation

const Julian(this.value);