add_days


Description:

public void add_days (uint n_days)

Increments a date some number of days.

To move forward by weeks, add weeks*7 days. The date must be valid.

Parameters:

this

a Date to increment

n_days

number of days to move the date forward