TimeInterval<T>.Interval Property
Gets the interval.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public ReadOnly Property Interval As TimeSpan
Get
'Usage
Dim instance As TimeInterval
Dim value As TimeSpan
value = instance.Interval
public TimeSpan Interval { get; }
public:
property TimeSpan Interval {
TimeSpan get ();
}
member Interval : TimeSpan
function get Interval () : TimeSpan
Property Value
Type: System.TimeSpan
The interval.