xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SetNewTime()

Changes the system time from Numeric values.

Syntax

Setnewtime( <nHour>, <nMinute>, <nSecond> ) --> lSuccess

Arguments

<nHour>
A numeric value specifying the hour of the new system time.
<nMinute>
A numeric value specifying the minute of the new system time.
<nSecond>
A numeric value specifying the second of the new system time.

Return

The function returns .T. (true) when the system time is successfully changed, otherwise .F. (false) is returned.

Info

See also:SetDate(), SetNewDate(), SetTime(), Time()
Category: CT:DateTime , Date and time , xHarbour extensions
Source:ct\settime.c
LIB:xhb.lib
DLL:xhbdll.dll


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