RemainingTimeInSecs

Timers

function RemainingTimeInSecs(ET : EventTimer) : LongInt;

Returns the remaining time, in seconds, for the specified timer.

Partial seconds are truncated. If the timer has already expired, RemainingTimeInSecs returns zero.

See also: ElapsedTime, RemainingTime, TimerExpired