Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.