| [Overview][Constants][Procedures and functions][Index] | 
Convert a TDateTime value to a modified Julian date representation
Source position: dateutil.inc line 400
| function DateTimeToModifiedJulianDate( | 
| const AValue: TDateTime | 
| ):Double; | 
| AValue | 
 | DateTime value to convert to Modified Julian representation | 
Modified Julian representation of AValue.
Not yet implemented.
Currently, trying to use this function will raise an exception.
| 
 | Converts a TDateTime value to a Julian date representation | |
| 
 | Convert a Julian date representation to a TDateTime value. | |
| 
 | Convert a Julian date representation to a TDateTime value. | |
| 
 | Convert a modified Julian date representation to a TDateTime value. |