ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Chrono (Variable type)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
DateToDay (Function)
Returns the day that corresponds to a given date.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
DateToDayInAlpha (Function)
Returns the name of the day corresponding to a specified date.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.