Share via


TimeSpan.Subtract Method

Subtracts a specified TimeSpan object (time period) from the current TimeSpan object, yielding a new TimeSpan object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public TimeSpan Subtract (
         TimeSpan ts
)

Parameters

  • ts
    A TimeSpan object that represents the subtrahend.

Return Value

A TimeSpan object that results from the subtraction of the ts parameter from the current TimeSpan object.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

TimeSpan Structure
TimeSpan Members
System Namespace