The TimeTCPClient class is a TCP implementation of a client for the Time protocol described in RFC 868. To use the class, merely establish a connection with
connect and call either
getTime() or
getDate() to retrieve the time, then call
disconnect to close the connection properly.
@author Daniel F. Savarese
@see TimeUDPClient