SynchronizationContextScheduler.Now Property

Gets the scheduler's notion of current time.

Namespace:  System.Reactive.Concurrency
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public ReadOnly Property Now As DateTimeOffset
    Get
'Usage
Dim instance As SynchronizationContextScheduler
Dim value As DateTimeOffset

value = instance.Now
public DateTimeOffset Now { get; }
public:
virtual property DateTimeOffset Now {
    DateTimeOffset get () sealed;
}
abstract Now : DateTimeOffset
override Now : DateTimeOffset
final function get Now () : DateTimeOffset

Property Value

Type: System.DateTimeOffset
The current time.

Implements

IScheduler.Now

See Also

Reference

SynchronizationContextScheduler Class

System.Reactive.Concurrency Namespace