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
Public method TimeInterval<T>

Top

Properties

  Name Description
Public property Interval
Public property Value

Top

Methods

  Name Description
Public method Equals (Overrides ValueType.Equals(Object).)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member 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.

See Also

Reference

Microsoft.Phone.Reactive Namespace