xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

HB_Clocks2Secs()

Calculates seconds from CPU ticks.

Syntax

HB_Clocks2Secs( <nTicks> ) --> nSeconds

Arguments

<nTicks>
This is a numeric value representing the CPU ticks to convert to seconds.

Return

The function returns the time in seconds representing the CPU ticks as a numeric value.

Info

See also:ElapTime(), Seconds(), SecondsCpu()
Category: Date and time , xHarbour extensions
Source:rtl\seconds.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe