TimeSys (Function) In french: HeureSys Returns or modifies the system time (current time defined for the current computer). Remark: This function is equivalent to Now.
Res = TimeSys() // Res = "15332105" Res = TimeToString(TimeSys()) // Res = "15:33:21:05" CurrentTime = Left(TimeSys(), 4) // CurrentTime = "1533"
Syntax <Result>: Character string or Time variable System time in HHMMSSCC format (HH corresponds to hours, MM to minutes, SS to seconds and CC to hundredths of a second).
Related Examples:
|
Unit examples (WINDEV): Calculations on durations
[ + ] Calculations on dates and times with the WLanguage functions: - Calculate the duration between two moments (dates and times) - Calculate a sum of durations - Calculate an average of durations
|
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|