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

DateTimeToJulianDate

Converts a TDateTime value to a Julian date representation

Declaration

Source position: dateutil.inc line 396

function DateTimeToJulianDate(

  const AValue: TDateTime

):Double;

Arguments

AValue

  

DateTime value to convert to Julian representation

Function result

Julian representation of AValue.

Description

DateTimeToJulianDate converts the AValue date/time indication to a julian (as opposed to Gregorian) date.

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.


Documentation generated on: Nov 14 2015