Skip to content

TimeInterval struct

Attributes: [DebuggerDisplay("{DebuggerDisplay,nq}")]

Defined in

Namespace: ReactiveUI.Primitives.Core Assembly: ReactiveUI.Primitives.Core.dll Full name: ReactiveUI.Primitives.Core.TimeInterval<T> Modifiers: public sealed

Summary

View source

        Represents a value associated with time interval information.
        The time interval can represent the time it took to produce the value, the interval relative to a previous value, the value's delivery time relative to a base, etc.
        

Applies to

net10.0, net10.0, net10.0-desktop1.0, net10.0-desktop1.0, net10.0-browserwasm1.0, net10.0-browserwasm1.0, net9.0, net9.0, net9.0-desktop1.0, net9.0-desktop1.0, net9.0-browserwasm1.0, net9.0-browserwasm1.0, net8.0, net8.0, net8.0-ios17.5, net8.0-macos14.5, net8.0-macos14.5, net8.0-macos14.2, net8.0-macos14.2, net8.0-maccatalyst17.5, net8.0-maccatalyst17.5, net8.0-tvos17.2, net8.0-tvos17.2, net8.0-ios17.5, netstandard2.1, netstandard2.1, net481, net462, net462, net481

Class hierarchy
classDiagram
class TimeInterval~T~
class IEquatable~TimeInterval~T~~ {
    <>
}
IEquatable~TimeInterval~T~~ <|.. TimeInterval~T~

Implements: IEquatable>

Constructors

NameSummary
.ctorInitializes a new instance of the [TimeInterval](# struct.

Properties

NameSummary
ValueGets the value.
IntervalGets the interval.

Methods

NameSummary
EqualsDetermines whether the current TimeInterval value has the same Value and Interval as a specified TimeInterval value.
GetHashCodeReturns the hash code for the current TimeInterval value.
ToStringReturns a string representation of the current TimeInterval value.

Operators

NameSummary
static op_EqualityDetermines whether the two specified TimeInterval values have the same Value and Interval.
static op_InequalityDetermines whether the two specified TimeInterval values don't have the same Value and Interval.