TimeSpan.Add

Syntax

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

Parameters

Value. The time interval that should be increased.

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

Description

The Add method increases the specified time interval by the specified amount.

See also:

TimeSpan