Click or drag to resize

DurationFromTimeSpan Method

Returns a duration that represents the specified time span.

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

Parameters

timeSpan
Type: SystemTimeSpan

Return Value

Type: Duration
See Also