TiStripChart.GetNow

TiStripChart See Also

Used for getting the system date and time in TDateTime format.

function GetNow : TDateTime;

Description

Use GetNow to get a the current system date and time in TDateTime format. This method was added for development environments that do not support the Now function in TDateTime format and can be used for passing the correct value to methods that require the Now value in TDateTime format.

Example

Delphi

Value := iComponent.GetNow;

C++ Builder

Value = iComponent->GetNow();

Contents | Index | Previous | Next