This topic has not yet been rated - Rate this topic

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)
public static DateTimeOffset Now { get; }

Property Value

Type: System.DateTimeOffset
Returns DateTimeOffset.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.