ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date (Variable type)
The Date type is used to easily manipulate dates...
<Date type>.ToDay (Function)
Returns the day corresponding to a given date.
Time and date management properties
List of properties for managing dates and times
<Date type>.ToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
DateToDay (Function)
Returns the day corresponding to a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page...
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
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.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records...
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify...
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number...
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day...
<Organizer>.Position (Function)
Displays an Organizer control from a specified date or returns the date of the first day...
Time (Property)
in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time...
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date...
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end...
Second (Property)
the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify...
Millisecond (Property)
the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify...
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last...
1
4
5
6
7
8
112
>