Click or drag to resize

DurationFromMilliseconds Method

Returns a duration that represents the specified number of milliseconds.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static Duration FromMilliseconds(
	long milliseconds
)

Parameters

milliseconds
Type: SystemInt64

Return Value

Type: Duration
See Also