TimeStampStrToDateTime
- Merve Yurdakul
- Former user (Deleted)
Owned by Merve Yurdakul
Juni 17, 2016
1 min read
Loading data...
Parameter
(TimeStamp : String) : Variant;
Beschreibung
Wandelt den angegebenen TimStamp String in einen DateTime Wert um.
Siehe auch Timestamp Format.
Beispiel
myDate := TimeStampStrToDateTime('000B3262h03D2597Dh'); ShowMessage( FormatDateTime(LongDateFormat + ' ' + LongTimeFormat,myDate) );