Recorded<T>.Time Property

Gets the virtual time the value was produced on.

Namespace:  Microsoft.Reactive.Testing
Assembly:  Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)

Syntax

'Declaration
Public ReadOnly Property Time As Long
    Get
'Usage
Dim instance As Recorded
Dim value As Long

value = instance.Time
public long Time { get; }
public:
property long long Time {
    long long get ();
}
member Time : int64
function get Time () : long

Property Value

Type: System.Int64
The virtual time the value was produced on.

See Also

Reference

Recorded<T> Structure

Microsoft.Reactive.Testing Namespace