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 | |
---|---|---|
![]() |
TimeInterval<T> | Constructs a timestamped value. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Interval | Gets the interval. |
![]() |
Value | Gets the value. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string representation of this instance. (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Indicates whether first and second arguments are equal. |
![]() ![]() |
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.