Show: Delphi
C++
Display Preferences
System.DateUtils.Today
From XE2 API Documentation
Delphi
function Today: TDateTime;
C++
extern PACKAGE System::TDateTime __fastcall Today(void);
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
Description
Returns a TDateTime value that represents the current date.
Today returns a TDateTime value with the date portion set to the current date and the time portion set to 0.
See Also