|
|
|
|
|
- Properties specific to Chrono variables
- WLanguage functions that use the Chrono type
Chrono (Variable type) In french: Chrono
The Chrono type is used to define all the advanced characteristics of a stopwatch. You can define and change the characteristics of this stopwatch using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
New in version 2025 c is Chrono
ChronoStart(c)
...
...
ChronoEnd(c)
Properties Properties specific to Chrono variables The following properties can be used to handle Chrono variables: | | | Property name | Type used | Effect |
---|
Started | Boolean | - True if the stopwatch is started,
- False otherwise.
This property is read-only. | Value | Duration | Timed elapsed. Note: This property corresponds to the result of the ChronoValue function.. This property is read-only. |
WLanguage functions that use the Chrono type - The following functions use the Chrono type:
- The following functions use the Chrono type (prefix syntax):
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|