DispatcherScheduler.Now Property
Gets the scheduler's notion of current time.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Threading (in System.Reactive.Windows.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Now As DateTimeOffset
Get
'Usage
Dim instance As DispatcherScheduler
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.