DateTime addWeek (DateTime date, int weeks)DateTime addWeek (DateTime date, int weeks)| Name | Type | Description |
|---|---|---|
date | DateTime | A DateTime to add some amount of time to. |
weeks | int | The number of weeks to add to the DateTime. |
| Type | Description |
|---|---|
DateTime | A new DateTime that results from adding the number of time units to the date argument. |