Read Me - Common Public License V1.0 - Copyright Notice(©)

addDays


>>-addDays(days)--------------------------------------------><

Adds days to the TimeSpan object, returning a new TimeSpan instance. The receiver TimeSpan object is unchanged. The [days] value must be a valid number, including fractional values. Negative values result in days being subtracted from the TimeSpan value.

Read Me - Common Public License V1.0 - Copyright Notice(©)