UsTimeSpan  Conversion (TimeSpan to UsTimeSpan)

CVB.Net Documentation
Implicitly converts the given timeSpan into a UsTimeSpan object.

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

public static implicit operator UsTimeSpan (
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan
Time span to convert.

Return Value

Type: UsTimeSpan
Microsecond granularity time span.
See Also

Reference