/
TimeStampStrToDateTime

TimeStampStrToDateTime

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) );

Related content

TimeStampStrToDateTime
TimeStampStrToDateTime
More like this
TimeStampStrToDateTime
TimeStampStrToDateTime
More like this
ReformatDateTime
ReformatDateTime
More like this
ReformatDateTime
ReformatDateTime
More like this
ReformatDateTime
ReformatDateTime
More like this
Timestamp Format
Timestamp Format
More like this