Gets the time left, in milliseconds.
public int RemainingMilliseconds { get; }
The time left, in milliseconds, or zero if there is no time left.
Returns int.MaxValue for a timer that never times out.