Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.SetSecond
Increments an Indy timestamp using Seconds.

procedure SetSecond(ANumber: Integer);
Parameters
ANumber: Integer
Number of seconds to be added to the Indy timestamp.

Description
SetSecond is a procedure used to increment an Indy timestamp using the number of Seconds in ANumber. SetSecond clears the Second property to 0 (zero) and calls AddSeconds using the value in ANumber.