System.SysUtils.Time
From RAD Studio API Documentation
Delphi
function Time: TDateTime;
C++
extern DELPHI_PACKAGE System::TDateTime __fastcall Time(void);
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Returns the current time.
Time and GetTime return the current time as a TDateTime value.
Note: Time clashes with an Xlib function of the same name. Use GetTime in cross-platform code (MAC OS).