Click or drag to resize

Duration.FromHours Method

Returns a duration that represents the specified number of hours.

Namespace:  Zivid.NET
Assembly:  ZividNET (in ZividNET.dll) Version: 1.0.1
Syntax
public static Duration FromHours(
	long hours
)

Parameters

hours
Type: System.Int64

Return Value

Type: Duration
See Also