TimeInterval<T> Structure

Represents a time interval value.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure TimeInterval(Of T)
'Usage
Dim instance As TimeInterval(Of T)
[SerializableAttribute]
public struct TimeInterval<T>
[SerializableAttribute]
generic<typename T>
public value class TimeInterval
[<SealedAttribute>]
[<SerializableAttribute>]
type TimeInterval<'T> =  struct end
JScript does not support generic types and methods.

Type Parameters

  • T
    The time interval argument type.

The TimeInterval<T> type exposes the following members.

Constructors

  Name Description
Public method TimeInterval<T> Constructs a timestamped value.

Top

Properties

  Name Description
Public property Interval Gets the interval.
Public property Value Gets the value.

Top

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of this instance. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Indicates whether first and second arguments are equal.
Public operatorStatic member Inequality Indicates whether first and second arguments are not equal.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive Namespace