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

     EOY([<dDate>]) --> dEndOfYear

 Argument

     <dDate>  Designates the date determined for the last day of the
     year.   The default is the system date.

 Returns

     The returned date is December 31 of the specified year.

 Description

     EOY() determines the date for the end of year without having to create a
     date-type variable.

 Note

     .  If no date is specified, the function automatically uses the
        system date.  An empty date parameter always returns an empty date.

 Example

     .  The last day of the current year (1991):

        ? EOY()            // 12/31/91


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

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