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



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

DateTimeToModifiedJulianDate

Convert a TDateTime value to a modified Julian date representation

Declaration

Source position: dateutil.inc line 390

function DateTimeToModifiedJulianDate(

  const AValue: TDateTime

):Double;

Arguments

AValue

  

DateTime value to convert to Modified Julian representation

Function result

Modified Julian representation of AValue.

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.

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