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

DateTimeToUnix

Convert a TDateTime value to Unix epoch time

Declaration

Source position: dateutil.inc line 398

function DateTimeToUnix(

  const AValue: TDateTime

):Int64;

Arguments

AValue

  

DateTime value to convert

Function result

Unix epoch time corresponding to AValue

Description

Not yet implemented.

Errors

Currently, trying to use this function will raise an exception.

See also

UnixToDateTime

  

Convert Unix epoch time to a TDateTime value