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.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file...
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
Analysis links
The links are used to link the files found in an analysis between themselves......
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file...
Creating and handling an item
The main operations that can be performed on an item are as follows......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Cardinalities
The cardinalities are used to count the links between the files......
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC)...
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
DateDifference (Function)
Calculates the number of days between two dates.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several...
RoundCeil (Function)
interval. the date and time rounded up to the nearest interval....
2. Analysis in practice
Assisted universal replication: specific features
PersistedCalculatedItem (Property)
... item is stored in the data file. This item was defined in the data model editor or through programming....
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
TimeToString (Function)
Converts a time to a string in the specified format.
RoundFloor (Function)
down to the nearest interval. the date and time rounded down to the nearest interval....
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server....
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report...