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

     BOY([<dDate>]) --> dBeginningOfYear

 Argument

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

 Returns

     BOY() returns the first of January for the year that contains <dDate>.

 Description

     BOY() determines the 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 first date of the current year (1991):

     ? BOY()            // 01/01/91


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

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