Condividi tramite


Costruttore TimeInterval<T>

Costruisce un valore con timestamp.

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

Sintassi

'Declaration
Public Sub New ( _
    value As T, _
    interval As TimeSpan _
)
'Usage
Dim value As T
Dim interval As TimeSpan

Dim instance As New TimeInterval(value, interval)
public TimeInterval(
    T value,
    TimeSpan interval
)
public:
TimeInterval(
    T value, 
    TimeSpan interval
)
new : 
        value:'T * 
        interval:TimeSpan -> TimeInterval
public function TimeInterval(
    value : T, 
    interval : TimeSpan
)

Parametri

  • Valore
    Tipo: T
    Valore.

Vedere anche

Riferimento

Struttura TimeInterval<T>

Spazio dei nomi System.Reactive