UsTimeSpanGreaterThan Operator

CVB.Net Documentation
Greater operator.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static bool operator >(
	UsTimeSpan lhs,
	UsTimeSpan rhs
)

Parameters

lhs
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Left hand side operand.
rhs
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Right hand side operand.

Return Value

Type: Boolean
true if lhs is greater than rhs.
See Also

Reference