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