Topic Path: Symbol Reference > Classes > TIdDateTimeStamp Class > TIdDateTimeStamp Methods > Zero Method
ContentsIndexHome
PreviousUpNext
TIdDateTimeStamp.Zero Method

Resets the date and time values.

procedure Zero;

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.