UsTimeSpanFromHours Method

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

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

public static UsTimeSpan FromHours(
	double hours
)

Parameters

hours
Type: SystemDouble
A number of hours.

Return Value

Type: UsTimeSpan
UsTimeSpan that represents that value.
See Also

Reference