[Overview][Constants][Procedures and functions][Index] Reference for unit 'dateutils' (#rtl)

TryModifiedJulianDateToDateTime

Convert a modified Julian date representation to a TDateTime value.

Declaration

Source position: dateutil.inc line 393

function TryModifiedJulianDateToDateTime(

  const AValue: Double;

  out ADateTime: TDateTime

):Boolean;

Arguments

AValue

  

Modified Julian date to convert

ADateTime

  

AValue as a TDateTime value.

Function result

True if the conversion was succesful, False if not.

Description

Not yet implemented.

Errors

Currently, trying to use this function will raise an exception.

See also

DateTimeToJulianDate

  

Converts a TDateTime value to a Julian date representation

JulianDateToDateTime

  

Convert a Julian date representation to a TDateTime value.

TryJulianDateToDateTime

  

Convert a Julian date representation to a TDateTime value.

DateTimeToModifiedJulianDate

  

Convert a TDateTime value to a modified Julian date representation

ModifiedJulianDateToDateTime

  

Convert a modified Julian date representation to a TDateTime value.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.