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
)
Public Shared Function FromTimeSpan (
timeSpan As TimeSpan
) As Duration
public:
static Duration^ FromTimeSpan(
TimeSpan timeSpan
)
Parameters
- timeSpan
- Type: SystemTimeSpan
Return Value
Type:
DurationSee Also