DurationTimeSpan Property |
Gets the value of the duration expressed as a TimeSpan structure.
Namespace:
Zivid.NET
Assembly:
ZividNET (in ZividNET.dll) Version: 1.0.1
Syntaxpublic TimeSpan TimeSpan { get; }
Public ReadOnly Property TimeSpan As TimeSpan
Get
public:
property TimeSpan TimeSpan {
TimeSpan get ();
}
Property Value
Type:
TimeSpan
See Also