Indy 9
StrInternetToDateTime
See Also, Unit: IdGlobal
Returns the native date and time for an Internet timestamp.
function StrInternetToDateTime(Value: string): TDateTime;
Unit
IdGlobal
Parameters
Value: string
The Internet timestamp to be converted.
Return Value
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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.