System.TDateTime.CurrentTime

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TDateTime __fastcall CurrentTime();

Properties

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

Description

Returns the current time as a TDateTime value.

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

See Also