Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.