ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Date and time functions
  • Error
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Stops and resets a running stopwatch. The value of the elapsed time is lost.
New in version 2025
WEBDEV - Browser code Variables of type Chrono are now available in browser code. The syntax for handling Chrono variables also becomes available.
Example
MonChrono is Chrono
...
// -- Code de clic du bouton BTN_Reinit
...
// Réinitialise le chronomètre MonChrono
MonChrono.Reset()
Syntax
<Stopwatch>.Reset()
<Stopwatch>: Chrono variable
Name of the Chrono variable that corresponds to the stopwatch to use.
Remarks

Error

A WLanguage error occurs ("The stopwatch is not started") if <Chrono>.Start was not called before <Chrono>.Reset.
Component: wd300vm.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/04/2024

Send a report | Local help