Internet Direct (Indy) Version 9.0.2 Beta
TIdDayTimeServer
Implements a DayTime protocol server.

TIdDayTimeServer = class(TIdTCPServer)
Description
TIdDayTimeServer implements a TCP-based server for the DayTime protocol (RFC 867). This DayTime protocol is used to retrieve the current day and time in a human-readable format, and is sometimes used for debugging. Use TIdDayTime for the client connection.

If you need a time-synchronization solution, we recommend that you use the Time protocol encapsulated by TIdTime, TIdTimeUDP, TIdTimeServer, and TIdTimeUDPServer.