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