StopwatchElement
This element will display a runtime or countdown based on a given target time.
Properties
Name
Type
Description
RunningFormat
String
Format string, e.g. hh:mM:SS to always show leading zero minutes when running
StoppedFormat
String
Format string, e.g. hh:mM:SS.ff to always show leading zero minutes and two digits when stopped
Methods
Name
Parameters
Description
StartedAt()
String/TimeSpan
Starts the runtime from the given TOD
StartBackwards()
String/TimeSpan
Starts counting down beginning with the parameter
CountdownTo()
String/TimeSpan
Starts countdown towards the given target time
Last updated