UsTimeSpanAddition Operator

CVB.Net Documentation
Adds lhs to rhs.

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
Sum value.
See Also

Reference