System.TDateTime.CurrentDateTime

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TDateTime __fastcall CurrentDateTime();

Properties

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

Description

Returns the current date and time as a TDateTime value.

CurrentDateTime retrieves the current date and time and returns them as a new TDateTime object.

See Also