Gets the span of the interval.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic long Span { get; }
Public ReadOnly Property Span As Long
Get
public:
property long long Span {
long long get ();
}
member Span : int64 with get
Property Value
Type:
Int64
The span.
See Also