TimeSpan.Subtract

Syntax

Subtract(Value: TimeSpan; Decrement: TimeSpan): TimeSpan;

Parameters

Value - time interval, which must be decreased.

Decrement - time interval, by which the Value value is decreased.

Description

The Subtract method decreases the time interval passed by the Value parameter, by the amount, specified in the Decrement parameter.

See also:

TimeSpan