Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfpaggg()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfPagGG()
Adds to the days of the following months first day
------------------------------------------------------------------------------
Syntax:

     dfPagGG(<dDate>,<nGG>) --> dNewDate

Parameters:

     <dDate>    Date to which the days are added
     <nGG>      Days to add

Returns:

     <dNewDate> New resultant date from the assistant of the days

Description:

     dfPagGG departing from<dDate> seeks the first day of the following
     month and then adds <nGG> to that day.

Example:

     dfPagGG(CTOD("01/01/95") , 10)  // 10/02/95
     dfPagGG(CTOD("12/01/95") , 10)  // 10/02/95
     dfPagGG(CTOD("18/01/95") , 20)  // 20/02/95
     dfPagGG(CTOD("02/01/95") , 10)  // 10/03/95

See also:

     dfCalendar()

See Also: dfCalendar()

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