astCurrentTime

Return the current system time

Description:

This function returns the current system time, represented in the form specified by the supplied TimeFrame. That is, the returned floating point value should be interpreted using the attribute values of the TimeFrame. This includes System, TimeOrigin, LTOffset, TimeScale, and Unit.

Synopsis

double astCurrentTime( AstTimeFrame this )

Parameters:

this
Pointer to the TimeFrame.

Returned Value

astCurrentTime()
A TimeFrame axis value representing the current system time.

Notes: