Skip to content

Page 1: Timer Properties

Colin Kiama edited this page Jan 14, 2018 · 3 revisions

TimeSpan TimeLeft - Shows the amount of time left for the timer. The interval property determines the accuracy of this value.

TimeSpan Duration - How long the timer will run for. Default Value is 100 milliseconds.

TimeSpan Interval - Period of time before each timer update Note: Lower values give you more precise values when checking the time remaining

Clone this wiki locally