help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

DateTimeToJulianDate

Converts a TDateTime value to a Julian date representation

Declaration

Source position: dateutil.inc line 386

function DateTimeToJulianDate(

  const AValue: TDateTime

):Double;

Arguments

AValue

  

DateTime value to convert to Julian representation

Function result

Julian representation of AValue.

Description

Not yet implemented.

Errors

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

See also

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

TryModifiedJulianDateToDateTime

  

Convert a modified Julian date representation to a TDateTime value.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505