Bridge

DateTime..::..Subtraction Operator (DateTime, DateTime)

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

Syntax


public static TimeSpan operator -(
	DateTime a,
	DateTime b
)
Public Shared Operator - ( _
	a As DateTime, _
	b As DateTime _
) As TimeSpan
public:
static TimeSpan^ operator -(
	DateTime^ a, 
	DateTime^ b
)