System.SysUtils.DecodeTime
Delphi
procedure DecodeTime(const DateTime: TDateTime; var Hour, Min, Sec, MSec: Word);
C++
extern DELPHI_PACKAGE void __fastcall DecodeTime(const System::TDateTime DateTime, System::Word &Hour, System::Word &Min, System::Word &Sec, System::Word &MSec);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Breaks a TDateTime value into hours, minutes, seconds, and milliseconds.
DecodeTime breaks the object specified as the Time parameter into hours, minutes, seconds, and milliseconds.
See Also