JVCL Help:JvTimeTHexToDateTime
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvTimeTHexToDateTime function
[+] JvCsvData.pas Functions
Search in JVCL Help
Search in all projectsSummary
Decode hex string to date Time.
Pascal
run\JvCsvData.pas
functionJvTimeTHexToDateTime(constHexStr: string; TimeZoneCorrection: Integer): TDateTime;
Parameters
Parameters | Description |
const HexStr: string | A hex value. |
TimeZoneCorrection: Integer | Incoming timezone correction. Usually 0 if all data is in UTC. |
Description
Takes the hexadecimal value, treats it as a POSIX TIME_T value (seconds since Jan 1, 1970), and then convert it to TDateTime.
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page