System.TDateTime.CurrentDate

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TDateTime __fastcall CurrentDate();

Properties

Type Visibility Source Unit Parent
function public systdate.h System TDateTime

Description

Returns the current date as a TDateTime value.

CurrentDate retrieves the current date and returns it as a new TDateTime object with a 0 time value.

See Also