ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Date and time functions
92 results
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Pauses a stopwatch in order to measure the time spent on a process.
Stops and resets a running stopwatch.
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Returns the day that corresponds to a given date.
Returns the name of the day that corresponds to a specified date.
Returns the day of the year corresponding to a given date.
Converts a date to an integer.
Returns the name of the month that corresponds to a specified date.
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
Returns the week number within the year that corresponds to the specified date.
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).
Converts a date and time to an 8-byte real.
Converts a DateTime to string in the specified format.
Converts a duration to a character string in the specified format.
Returns the age according to the date of birth.
Indicates whether a day is a public holiday or not.
Indicates that a day (or a list of days) is a public holiday.
Clears the list of all public holidays.
Returns the list of the public holidays defined by BankHolidayAdd.
The Chrono type is used to define all the advanced characteristics of a stopwatch.
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Pauses a stopwatch in order to measure the time spent on a process.
Stops and resets a running stopwatch.
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Returns the number of the current day in the current month.
Returns the number of the current month.
Returns the current year in integer format.
List of functions for managing dates and times
List of constants used by date management functions
Calculates the number of days between two dates.
Opens the system date picker.
Returns or modifies the system date (current date defined on the current computer).
Used to define the default value of Date, Time and DateTime variables.
Calculates the difference between two dates and times.
Converts a local date and time to the date and time in a particular time zone.
Converts a local date and time (time zone, summer time, winter time) to UTC.
Converts a date and time from a particular time zone to a local date and time.
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).
Converts a date and time to an 8-byte real.
Converts a DateTime to string in the specified format.
Converts a UTC date and time to local time (time zone, summer time, winter time).
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.
Returns the day that corresponds to a given date.
Returns the name of the day that corresponds to a specified date.
Returns the day of the week that corresponds to a given date.
Returns the day of the year corresponding to a given date.
Converts a date to an integer.
Returns the name of the month that corresponds to a specified date.
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
Returns the week number within the year that corresponds to the specified date.
Checks the validity of a date between January 01 0001 and December 31 9999.
Returns the name of the day of the week according to its number.
Converts a duration to a character string in the specified format.
Returns the date of Easter for the specified year according to the western Christian calendar.
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime.
Returns the first day of the month.
Returns the date of first day of the week (i.e., Monday).
Returns the date of the first day of the year.
List of functions for managing dates and times
Converts an integer into a date in YYYYMMDD format.
Returns the day of the week that corresponds to the specified date (this date is an integer).
Returns the name of the day that corresponds to a specified date (this date is an integer).
Returns the name of the month that corresponds to the specified date (this date is an integer).
Converts an integer into a time in HHMMSSCC format.
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Returns the date of the last day for the specified month.
Returns the date of the last day of the week corresponding to a given date.
Returns the date of the last day of the year.
Indicates whether the specified year is a leap year or not.
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
Returns the name of the month according to its number.
Returns or modifies the system time (current time defined for the current computer).
Converts an 8-byte real to a date and time.
Converts a date in character string format to a date in YYYYMMDD format.
Converts a duration in character string format to a duration that can be used by a Duration variable.
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Returns or modifies the system date (current date and time defined on the current computer).
Calculates the difference between two times in hundredths of a second.
Opens the system time picker.
Returns or modifies the system time (current time defined for the current computer).
Converts a time to an integer.
Converts a time to a string in the specified format.
Checks the time validity.
Returns or modifies the system date (date of the day defined on the current computer).
Returns the date of the day following the current day or a given date.
Returns the week number within the year that corresponds to the specified date (this date is a character string).
Returns the date of the Monday for the specified week and year.
Returns the date of the day preceding the current day or a given date.