NTP conversion value for seconds to TDateTime.
NTPMaxInt = 4294967297.0;
NTPMaxInt is a constant value used in translating NTP seconds and fractional seconds in a TIdSNTP instance to or from a native Delphi TDateTime value.
NTPMaxInt is used in TIdSNTP methods that convert TDateTime values to its representation as a number of seconds, and in methods that convert a number of seconds to its representation as a TDateTime value.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |