UsTimeSpanUnaryNegation Operator

CVB.Net Documentation
Gets the same value of other object with a changed sign.

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

public static UsTimeSpan operator -(
	UsTimeSpan other
)

Parameters

other
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Value to negate.

Return Value

Type: UsTimeSpan
Negated value
See Also

Reference