[Overview][Constants][Procedures and functions] |
Convert Unix epoch time to a TDateTime value
Source position: dateutil.inc line 399
function UnixToDateTime( |
const AValue: Int64 |
):TDateTime; |
AValue |
|
Date to convert. |
AValue as a TDateTime value.
Not yet implemented.
Currently, trying to use this function will raise an exception.
|
Convert a TDateTime value to Unix epoch time |