[Overview][Constants][Procedures and functions] | Reference for unit 'dateutils' (#rtl) |
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 |
No notes exist for this page yet.