DurationFromMicroseconds Method  | 
 
Returns a duration that represents the specified number of microseconds.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic static Duration FromMicroseconds(
	long microseconds
)
Public Shared Function FromMicroseconds ( 
	microseconds As Long
) As Duration
public:
static Duration FromMicroseconds(
	long long microseconds
)
Parameters
- microseconds
 - Type: SystemInt64
 
Return Value
Type: 
Duration
See Also