UsTimeSpanSubtraction Operator

CVB.Net Documentation
Subtracts rhs from lhs.

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

public static UsTimeSpan 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: UsTimeSpan
Difference value.
See Also

Reference