xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MilliSec()

Defines a time delay in milliseconds.

Syntax

MilliSec( <nMilliSeconds> ) --> cNull

Arguments

<nMilliSeconds>
This is a numeric value indicating the number of millseconds to suspend program execution. No CPU resources are consumed until the function returns.

Return

The function returns always a null string ("").

Info

See also:Seconds(), WaitPeriod()
Category: CT:DateTime , Date and time
Source:ct\cttime.prg
LIB:xhb.lib
DLL:xhbdll.dll


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