xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

SetDate()

Changes the system date from a Date value.

Syntax

SetDate( <dDate> ) --> lSuccess

Arguments

<dDate>
This is a Date value the sytsme date should be set to.

Return

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

Info

See also:Date(), SetNewDate(), SetTime()
Category: CT:DateTime , Environment functions , Date and time
Source:ct\dattime3.prg
LIB:xhb.lib
DLL:xhbdll.dll


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