Get or set the Date/Time when the job was queued to be processed

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public DateTime QueuedTime { get; set; }
Visual Basic
Public Property QueuedTime As DateTime
	Get
	Set
Visual C++
public:
virtual property DateTime QueuedTime {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}
F#
abstract QueuedTime : DateTime with get, set
override QueuedTime : DateTime with get, set

Property Value

Type: DateTime

Implements

IJobInfo..::..QueuedTime

See Also