RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.SystemTimeToDateTime Function

Converts a system time value into a TDateTime value.

Pascal
function SystemTimeToDateTime(const SystemTime: TSystemTime): TDateTime;
C++
TDateTime SystemTimeToDateTime(const TSystemTime SystemTime);

SysUtils

Call SystemTimeToDateTime to convert a value from Windows 32's TSystemTime (Delphi) or _SYSTEMTIME (C++) API format to a TDateTime value. SystemTimeToDateTime is available on Windows only. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!