Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

  • A counter Counter is a component used to count the time/duration

  • Here the Counter is displayed displays duration in Hr: Min: Sec format

  • You can increase or decrease the Time duration

  • Here by default time is set to 2 minutes

Attributes

...

  1. Time in Milliseconds 

    1. You can give the total time in Milliseconds

    2. Once that time is met the counter will stop counting the time ahead

  2. Counter Order: The counter comes in two orders 

    1. Increasing: Counter will start with a 00 value and goes on increasing up to the maximum time given set by you

    2. Decreasing: Counter will start with the time value given by you in milliseconds in layout and goes on decreasing up to 00 value

  3. Time to Display Warning :

    1. You can display the warning message after a particular time with the help of the event, refer to this linkEvents

...