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

UnixToDateTime

Convert Unix epoch time to a TDateTime value

Declaration

Source position: dateutil.inc line 399

function UnixToDateTime(

  const AValue: Int64

):TDateTime;

Arguments

AValue

  

Date to convert.

Function result

AValue as a TDateTime value.

Description

Not yet implemented.

Errors

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

See also

DateTimeToUnix

  

Convert a TDateTime value to Unix epoch time