IScheduledItem<TAbsolute>.DueTime Property
Get the absolute time at which the item executes.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
ReadOnly Property DueTime As TAbsolute
Get
'Usage
Dim instance As IScheduledItem
Dim value As TAbsolute
value = instance.DueTime
TAbsolute DueTime { get; }
property TAbsolute DueTime {
TAbsolute get ();
}
abstract DueTime : 'TAbsolute
function get DueTime () : TAbsolute
Property Value
Type: TAbsolute
The absolute time.