Topic Path: Symbol Reference > Functions > GetClockValue Function
ContentsIndexHome
PreviousUpNext
GetClockValue Function

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.