Function
EN
Version 4.60
@TextToTimePair
List
Misc
Text
TimeDate
Syntax
@TextToTime(TEXT1);
Description
Converts the text TEXT TEXT1 into a time-date pair value TDLIST.
Use "-" as the separator for the time-date pair.
Do not use "/" or "-" as separators between individual date components; use a period instead.
Example: @TextToTimePair(TEXT1)
TEXT1:="30.09.93 09:30 – 31.09.99 10:20:30";
TDPair:=@TextToTime(TEXT1);
A TDLIST is returned as a TimeDatePair.
Note : This text was machine-translated and may contain inaccuracies.
