Duration
The value derived from the function is a time value.
This table shows the commands and the related syntax used for the Duration
data type:
Command | Syntax | Examples |
---|---|---|
Time Value |
|
?12:12:12? : 12 hours 12 minutes 12 seconds
|
This function converts a time string into a time value. |
|
|
This function converts the number of seconds into a time string. |
|
|
This function converts the number of minutes to a time value. |
|
|
Operators These operators can be used here: + - * / \ % |
Time + Time = Time Time - Time = Time Time * Integer = Integer Time / Integer = Integer Time \ Integer = Integer Time % Number = Number The operators that return an integer value can only be used in a function if the result (number of seconds) is converted to a time value. |
|