[Overview][Constants][Procedures and functions] | Reference for unit 'dateutils' (#rtl) |
Convert a TDateTime value to Unix epoch time
Source position: dateutil.inc line 398
function DateTimeToUnix( |
const AValue: TDateTime |
):Int64; |
AValue |
|
DateTime value to convert |
Unix epoch time corresponding to AValue
Not yet implemented.
Currently, trying to use this function will raise an exception.
|
Convert Unix epoch time to a TDateTime value |
No notes exist for this page yet.