TimeInterval<T> Structure
Namespace: Microsoft.Phone.Reactive
Assembly: Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)
Syntax
'Declaration
Public Structure TimeInterval(Of T)
public struct TimeInterval<T>
generic<typename T>
public value class TimeInterval
[<Sealed>]
type TimeInterval<'T> = struct end
Type Parameters
- T
The TimeInterval<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimeInterval<T> |
Top
Properties
Name | Description | |
---|---|---|
Interval | ||
Value |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ValueType.Equals(Object).) | |
GetHashCode | (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Top
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
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.