TimeoutTimer.RemainingMilliseconds property

Gets the time left, in milliseconds.

public int RemainingMilliseconds { get; }

Property Value

The time left, in milliseconds, or zero if there is no time left.

Remarks

Returns int.MaxValue for a timer that never times out.

See Also