UsTimeSpanLessThanOrEqual Operator

CVB.Net Documentation
Less or equal to 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 less than or equal to rhs.
See Also

Reference