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 scheduler's notion of current time.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
ReadOnly Property Now As DateTimeOffset
Get
'Usage
Dim instance As IScheduler
Dim value As DateTimeOffset
value = instance.Now
DateTimeOffset Now { get; }
property DateTimeOffset Now {
DateTimeOffset get ();
}
abstract Now : DateTimeOffset
function get Now () : DateTimeOffset
Property Value
Type: System.DateTimeOffset
The current time.