Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>boq()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BOQ()

Syntax:     BOQ([<expD>])

Arguments:  <expD> is the date to determine the first day of the quarter
            containing this date.

Returns:    A date value.
            The return value is the date of the first day of the quarter
            containing the <expD> date.

Usage:      BOM() can be used to determine the first day of the quarter
            which contains the <expD> date.  It is then possible to
            calculate the number of days that have elapsed since the
            start of the quarter.

Notes:      The function will automatically use the system date if no date
            is indicated.  A null date will simply return a null date.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   ? "The first day of the current quarter " +;
            "is the: " + BOQ()



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

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