Internet Direct (Indy) Version 9.0.2 Beta
TIdDateTimeStamp.SetFromTDateTime
Initializes the Indy timestamp from a TDateTime value.

procedure SetFromTDateTime(ADateTime: TDateTime);
Parameters
ADateTime: TDateTime
Native date/time to assign to the Indy timestamp.

Description
SetFromTDateTime is a procedure that allows assignment of the native date/time in ADateTime to the Indy timestamp. SetFromTDateTime calls SetFromTTimeStamp to implement updates to the Indy timestamp.