Bridge

TimeSpan..::..Add Method

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

Syntax


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

Parameters

ts
Type: System..::..TimeSpan