有什么用的?

解决方案 »

  1.   

    Delphi 7组件经典解析这本书里讲的很清楚
    可惜我没有
      

  2.   

    see also RFC 867TIdDayTimeServer
    Implements a DayTime protocol server.
    TIdDayTimeServer = class(TIdTCPServer)DescriptionTIdDayTimeServer 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.
      

  3.   

    TIdDayTimeServar.TimeZoneproperty TimeZone: String;DescriptionTimeZone is a String property that indicates the Time Zone where the server is located, and the value is appended to the string representation of the time from the server. The default value for TimeZone is "EST" (Eastern Standard Time), as assigned in Create.
    以上摘自Indy9.0参考