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>eoq()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 EOQ()
 Determines the date for the end of a quarter
------------------------------------------------------------------------------
 Syntax

     EOQ([<dDate>]) --> dEndOfQuarter

 Argument

     <dDate>  Designates the date for the last day of the quarter in
     which it lies, is calculated.  The default is the system date.

 Returns

     EOQ() returns the last day for the quarter that contains <dDate>.

 Description

     EOQ() determines when the current quarter that contains <dDate> ends.
     For example, it lets you calculate the number of days that remain before
     the end of the quarter.

 Note

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

 Example

     The last day of the current quarter is:

     ? "The last day of the current quarter is:", EOQ()


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

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