**********************************
TSetTimedate Component for Delphi.
**********************************

Uploaded by Jos Manuel Prado Bravo.

Component to set the Date and Time of the system.

Use Delphi main screen 'Options' to Install the component.
File  SetDT.DCU

Properties:	

.About   = Autor name
.NewDate = New Date for the system
.NewTime = New Time for the system

Methods:

.SetSysDate   Set the Date of the system with the NewDate
.SetSysTime   Set the Time of the system with the NewTime


Example:

   SetTimeDate1.NewDate:='12/12/95';
   SetTimeDate1.NewTime:='17:11:00';
   SetTimeDate.SetSysDate;
   SetTimeDate.SetSysTime;

