Click or drag to resize

DurationFromTimeSpan Method

Returns a duration that represents the specified time span.

Namespace:  Zivid.NET
Assembly:  ZividNET (in ZividNET.dll) Version: 1.0.0
Syntax
public static Duration FromTimeSpan(
	TimeSpan timeSpan
)

Parameters

timeSpan
Type: SystemTimeSpan

Return Value

Type: Duration
See Also