Bridge

TimeSpan..::..Subtract Method

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

Syntax


public TimeSpan Subtract(
	TimeSpan ts
)
Public Function Subtract ( _
	ts As TimeSpan _
) As TimeSpan
public:
TimeSpan^ Subtract(
	TimeSpan^ ts
)

Parameters

ts
Type: System..::..TimeSpan