Internet Direct (Indy) Version 9.0.1 Beta
StrInternetToDateTime
Returns the native date and time for an Internet timestamp.

function StrInternetToDateTime(Value: string): TDateTime;
Parameters
Value: string
The Internet timestamp to be converted.

Returns
TDateTime - The native date and time value for the timestamp.

Description
StrInternetToDateTime is a TDateTime function used to convert the Internet timestamp in Value to a native date and time value.

To convert a value from a TDateTime to an Internet timestamp, use the DateTimeToInternetStr function.