AST_CURRENTTIME

Return the current system time

Description:

This routine 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.

Invocation

RESULT = AST_CURRENTTIME( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the TimeFrame.
STATUS = INTEGER (Given and Returned)
The global status.

Returned Value

AST_CURRENTTIME = DOUBLE

Notes: