Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.Zero
Resets the date and time values.

procedure Zero;
Description
Zero is a procedure that resets the date, time, and timezone values in TIdDateTimeStamp to their default values. Zero calls ZeroDate to reset the date component of the date time value. Zero calls ZeroTime to reset the time component of the date time value. Zero also sets TimeZone to 0 prior to exiting from the method.