| [Overview][Constants][Procedures and functions][Index] | 
Convert a Julian date representation to a TDateTime value.
Source position: dateutil.inc line 398
| function TryJulianDateToDateTime( | 
| const AValue: Double; | 
| out ADateTime: TDateTime | 
| ):Boolean; | 
| AValue | 
 | Date in Julian notation | 
| ADateTime | 
 | Resulting TDateTime equivalent | 
True if the conversion was succesful, False if not.
Try to convert a Julian date to a regular TDateTime date/time representation.
| 
 | Converts a TDateTime value to a Julian date representation | |
| 
 | Convert a Julian date representation to a TDateTime value. | |
| 
 | Convert a TDateTime value to a modified Julian date representation | |
| 
 | Convert a modified Julian date representation to a TDateTime value. |