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