Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>boq()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BOQ()
 Determines the date for the beginning of a quarter
------------------------------------------------------------------------------
 Syntax

     BOQ([<dDate>]) --> dBeginningOfQuarter

 Argument

     <dDate>  Designates a date for which the first day of the quarter in
     which it lies is determined.  The default is the system date.

 Returns

     BOQ() returns the date at the beginning of the quarter that contains
     <dDate>.

 Description

     For example, use BOQ() to determine when the current quarter that
     contains <dDate> began, and then compute the number of days that have
     elapsed since the quarter began.

 Note

     .  If you do not specify a date, the function automatically uses
        the system date.  An empty date parameter always returns an empty
        date.

 Example

     Display the date of the first day of the current quarter:

     ? "The first day of the current quarter is:", BOQ()


See Also: BOM() EOM() EOQ() BOY() EOY()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson