StrToRelTime
%StrToRelTime function
Old name
%MkRT
Function
The function converts the given text string to a time interval (relative time).
Declaration
REAL %strToRelTime(
TEXT in timeString
)Parameters
timeString | Text in the format below. |
Note
The parameter timeString must be given in the time format DDD hh:mm:ss, where:
DD | INT | Number of days |
hh | INT | Hour |
mm | INT | Text minute |
ss | INT | Second |
Example
%StrToRelTime("156 14:23:25")Related pages: