TimeSpan.Add

Syntax

Add(Value: TimeSpan; Increment: TimeSpan): TimeSpan;

Parameters

Value - time interval, which should be increased.

Increment - time interval, by which the Value value is increased.

Description

The Add method increases the specified period of time passed by the Value parameter by the amount specified in the Increment parameter.

See also:

TimeSpan