# StopwatchElement

This element will display a runtime or countdown based on a given target time.&#x20;

## Properties

<table data-full-width="true"><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>RunningFormat</td><td>String</td><td>Format string, e.g. hh:mM:SS to always show leading zero minutes when running</td></tr><tr><td>StoppedFormat</td><td>String</td><td>Format string, e.g. hh:mM:SS.ff to always show leading zero minutes and two digits when stopped</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

## Methods

<table data-full-width="true"><thead><tr><th>Name</th><th>Parameters</th><th>Description</th></tr></thead><tbody><tr><td><code>StartedAt()</code></td><td>String/TimeSpan</td><td>Starts the runtime from the given TOD</td></tr><tr><td><code>StartBackwards()</code></td><td>String/TimeSpan</td><td>Starts counting down beginning with the parameter</td></tr><tr><td>CountdownTo()</td><td>String/TimeSpan</td><td>Starts countdown towards the given target time</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dbnetsoft.com/dbnetsoft/screenspro/controls/stopwatchelement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
