RAD Studio VCL Reference
|
Converts a Julian date to a TDateTime value.
function JulianDateToDateTime(const AValue: Double): TDateTime;
TDateTime JulianDateToDateTime(const Double AValue);
Call JulianDateToDateTime to convert a Julian date to the corresponding TDateTime value.
The Julian date is the number of days, including fractional days, since 4713 BC January 1, Greenwich noon. Julian dates are used by astronomers and others who need an unambiguous dating system based on continuing day counts.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|