JVCL Help:JvTimeTHexToDateTime

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Decode hex string to date Time.

run\JvCsvData.pas


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.

run\JvCsvData.pas


Description

Takes the hexadecimal value, treats it as a POSIX TIME_T value (seconds since Jan 1, 1970), and then convert it to TDateTime.

run\JvCsvData.pas


See Also

JvDateTimeToTimeTHex

run\JvCsvData.pas


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