Converts a system time value into a TDateTime value.
function SystemTimeToDateTime(const SystemTime: TSystemTime): TDateTime;
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!
|