ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<Date type>.ToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
tapiCallEnd (Function)
Returns the date and time of the end of call.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
<DateTime type>.ToReal (Function)
Converts a date and time to an 8-byte real.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....