TimeInterval<T>. Propriedade Interval
Obtém o intervalo.
Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)
Sintaxe
'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
Valor da propriedade
Tipo: System.TimeSpan
O intervalo.