Truncate Julian date to beginning of whole day (not noon).
Util.Julian_Day(JulianDate)
The method syntax has these parts:
| Part | Description |
|---|---|
| JulianDate (Double) | a UTC Julian date |
| Return (Double) | the given Julian date truncated to the beginning of the whole day |
Note: The fractional part of a Julian date is zero at noon!