JulianDate
Represents an astronomical Julian date, which is the number of days since noon on January 1, -4712 (4713 BC). For increased precision, this class stores the whole number part of the date and the seconds part of the date in separate components. In order to be safe for arithmetic and represent leap seconds, the date is always stored in the International Atomic Time standard TimeStandard.TAI.
Parameters
The Julian Day Number representing the number of whole days. Fractional days will also be handled correctly. Default value - 0.0
The time standard in which the first two parameters are defined. Default value - TimeStandard.UTC
See also
Constructors
Properties
Functions
Duplicates this instance.
Compares this and the provided instance and returns true
if they are within epsilon
seconds of each other. That is, in order for the dates to be considered equal (and for this function to return true
), the absolute value of the difference between them, in seconds, must be less than epsilon
.