UsTimeSpanSubtract Method

CVB.Net Documentation
Gets the difference of this and the given timeSpan.

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

public UsTimeSpan Subtract(
	UsTimeSpan timeSpan
)

Parameters

timeSpan
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
The span to subtract.

Return Value

Type: UsTimeSpan
Difference value.
See Also

Reference