|
StrToDateTimeDef function
Date/Time routines |
|
| acUtils
|
| function StrToDateTimeDef(const S: String;
|
| DefDateTime: TDateTime): TDateTime;
|
| The StrToDateTimeDef function converts a string to a TDateTime value. If S does not represent a valid DateTime, StrToDateTimeDef returns the DateTime passed in DefDateTime parameter.
|
|
|
| InternetTimeToDateTime function.
|