Udostępnij za pośrednictwem


IScheduler.Now, właściwość

Pobiera pojęcie harmonogramu o bieżącej godzinie.

Przestrzeń nazw:System.Reactive.Concurrency
Zestawu: System.Reactive (w System.Reactive.dll)

Składnia

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

value = instance.Now
DateTimeOffset Now { get; }
property DateTimeOffset Now {
    DateTimeOffset get ();
}
abstract Now : DateTimeOffset
function get Now () : DateTimeOffset

Wartość właściwości

Typ: System.DateTimeOffset
Bieżąca godzina.

Zobacz też

Odwołanie

IScheduler, interfejs

Przestrzeń nazw System.Reactive.Concurrency