RAD Studio VCL Reference
|
Converts a modified Julian date to a TDateTime value.
function ModifiedJulianDateToDateTime(const AValue: Double): TDateTime;
TDateTime ModifiedJulianDateToDateTime(const Double AValue);
DateUtils
Call ModifiedJulianDateToDateTime to convert a modified Julian date to the corresponding TDateTime value.
The modified Julian date is the number of days, including fractional days, since Greenwich midnight on November 17, 1858. Modified Julian dates are based on Julian dates, but adjusted to use midnight rather than noon as a starting point and to use a more recent date as a starting point.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|