System.DateUtils.Today - RAD Studio API Documentation (original) (raw)

13.0 release available - Learn More!

From RAD Studio API Documentation

Jump to: navigation, search

Delphi

function Today: TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall Today(void);

Contents

Properties

Type Visibility Source Unit Parent
function public System.DateUtils.pasSystem.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

Code Examples

Retrieved from "https://docwiki.embarcadero.com/Libraries/Athens/e/index.php?title=System.DateUtils.Today&oldid=624603"

Category: