Bridge

TimeSpan..::..GreaterThanOrEqual Operator

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

Syntax


public static bool operator >=(
	TimeSpan t1,
	TimeSpan t2
)
Public Shared Operator >= ( _
	t1 As TimeSpan, _
	t2 As TimeSpan _
) As Boolean
public:
static bool^ operator >=(
	TimeSpan^ t1, 
	TimeSpan^ t2
)