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...
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
Calendar functions (prefix syntax)
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
DurationToString (Function)
Converts a duration to a character string in the specified format.
Calendar functions
List of Calendar functions...
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
FirstDayOfYear (Function)
Returns the date of the first day of the year.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
TimeValid (Function)
Checks the time validity.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
FirstDayOfMonth (Function)
Returns the first day of the month.
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
CurrentMonth (Function)
Returns the number of the current month.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).