xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

BoQ()

Returns the date of the first day of a quarter.

Syntax

BoQ( [<dDate>] ) --> dFirstDayOfQuarter

Arguments

<dDate>
Any Date value, except for an empty date, can be passed. The default is the return value of Date().

Return

The function returns the first day of the quarter that includes <dDate> as a Date value, or an empty date on error.

Info

See also:BoM(), BoY(), EoM(), EoQ(), EoY(), Quarter()
Category: CT:DateTime , Date and time
Source:ct\datetime.c
LIB:xhb.lib
DLL:xhbdll.dll


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