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.
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.