Simple Countdown Time Changelog

What's new in Simple Countdown Time 105

Apr 18, 2014
  • Allow stopwatch to go over 100 hours.

New in Simple Countdown Time 104 (Apr 18, 2014)

  • Allow user to save, load and reset current state / settings.
  • * State is saved to State.xml next to the executable.

New in Simple Countdown Time 103 (Apr 18, 2014)

  • Added functionality to play user specified sound when the time is up.

New in Simple Countdown Time 102.1 (Apr 18, 2014)

  • Synchronize with Diagnostics.StopWatch to allow high resolution timing

New in Simple Countdown Time 102 (Apr 18, 2014)

  • A high resolution Countdown Timer and Stop Watch written in C# .NET that
  • pop up a message box with user defined message when time is up.
  • It use a QueueTimer (via PInvoke) for high resolution timing and System.Timers.Timer for normal resolution.
  • Synchronize with DateTime.Now