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
Public ReadOnly Property Now As DateTimeOffset
Get
'Usage
Dim instance As NewThreadScheduler
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.