Condividi tramite


TimeInterval<T>. Interval, proprietà

Ottiene l'intervallo.

Spazio dei nomi:System.Reactive
Assemblea: System.Reactive (in System.Reactive.dll)

Sintassi

'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

Valore della proprietà

Tipo: System.TimeSpan
Intervallo.

Vedere anche

Riferimento

Struttura TimeInterval<T>

Spazio dei nomi System.Reactive