Internet Direct (Indy)
Home
PreviousUpNext
GetClockValue Function

Gets the current time on the local system as an Integer file time value.

Pascal
function GetClockValue: Int64;

Int64 - Current tieme as a file time.

GetClockValue is an Int64 function used to get the current time on the local system as an Int64 value. 

GetClockValue calls Windows.GetSystemTimeAsFileTime to get the file time value, and converts it to an Int64 value. 

GetClockValue is used in TIdPOP3Server.

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.