Indy 9
|
TIdTimeUDPServer = class(TIdUDPServer)
Time is a simple protocol for synchronizing time on a local network. If you need the time and day only in a human readable form, we recommend that you use the TIdDayTimeServer component.
Note: The Time protocol in its current form cannot handle most dates after the year 2035. This limitation is stated in RFC 868.
property BaseDate: TDateTime;
property DefaultPort: integer;
constructor Create(axOwner: TComponent); override;