Scheduler.Now Property
Represents a notion of time for this scheduler. Tasks being scheduled on a scheduler will adhere to the time denoted by this property.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Now As DateTimeOffset
Get
'Usage
Dim value As DateTimeOffset
value = Scheduler.Now
public static DateTimeOffset Now { get; }
public:
static property DateTimeOffset Now {
DateTimeOffset get ();
}
static member Now : DateTimeOffset
static function get Now () : DateTimeOffset
Property Value
Type: System.DateTimeOffset
Returns DateTimeOffset.