UsTimeSpanFromTicks Method

CVB.Net Documentation
Returns UsTimeSpan that represents a specified number of ticks.

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

public static UsTimeSpan FromTicks(
	long ticks
)

Parameters

ticks
Type: SystemInt64
Unitless ticks.

Return Value

Type: UsTimeSpan
UsTimeSpan that represents that value.
See Also

Reference