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...
LastDayOfYear (Function)
Returns the date of the last day of the year.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
13. Types of standard controls
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
Remote WEBDEV administrator: Managing statistics
The remote WEBDEV administrator proposes a module for consulting the statistics regarding the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application Server....
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).