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


Syntax:        L_MTAXYEAR(<expD>)


Purpose:       Converts the specified date to the start date of the
               tax year for in which it falls.




Arguments:     <expD> is the date for which the start of the tax year
               is to be determined.


Returns:       A Clipper date.


Usage:         For tax-year based calculations.


Examples:      ? L_MTAXYEAR(CTOD("01/04/88"))   && Result: 06/04/87
               ? L_MTAXYEAR(CTOD("08/04/88"))   && Result: 06/04/88


Language:      Clipper

See Also: L_TAXYEAR()

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