Algosim documentation: AddWeeks

AddWeeks

Adds a specified number of weeks to a point in time.

Syntax

Description

AddWeeks(t, n) returns the point in time obtained by adding n whole weeks to t. If t is a DateTime structure or a timestamp, so is the result.

Examples

AddWeeks(date(2020, 05, 20), 5)
date.year: 2020
date.month: June
date.day: 24
time.hour: 0
time.minute: 0
time.second: 0
time.millisecond: 0