UsTimeSpan  Conversion (UsTimeSpan to TimeSpan)

CVB.Net Documentation
Explicitly converts the timeSpan into a TimeSpan object.

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

public static explicit operator TimeSpan (
	UsTimeSpan timeSpan
)

Parameters

timeSpan
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Time span to convert.

Return Value

Type: TimeSpan
Millisecond granularity time span.
Remarks

Only explicit as this is a narrowing conversion.
See Also

Reference