Skip to content

TimeInterval.Deconstruct(T, TimeSpan) method

Defined in

Type: TimeInterval Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public void Deconstruct(out T value, out TimeSpan interval)

Summary: Deconstructs the time interval value into a value and a time interval.

Parameters

NameTypeDescription
out valueTThe value.
out intervalTimeSpanTime interval associated with the value.