UsTimeSpanAdd Method

CVB.Net Documentation
Gets the sum 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 Add(
	UsTimeSpan timeSpan
)

Parameters

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

Return Value

Type: UsTimeSpan
Sum value.
See Also

Reference