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

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

Syntax

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

Property Value

Type: DateTime

Implements

IJobInfo..::..StartTime

See Also