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>eoq()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EOQ()

Syntax:     EOQ([<expD>])

Arguments:  <expD> denotes the date to calculate the last day of the
            quarter containing this date.

Returns:    A date value.
            The return value corresponds to the last day of the quarter
            containing the <expD> date.

Usage:      EOQ() can be used to determine when the current quarter
            containing the <expD> date will end, in order to calculate, for
            example, the number of days remaining up to the end of the
            quarter.

Notes:      The function  will default to the system date if no date
            argument is passed.  A zero date will return a zero date.

Library:    CT1.LIB


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

Examples:   ? "The last day of the current quarter " + ;
            "is the: " + EOQ()



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

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