Get the Date/Time when the job completed processing

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

Syntax

C#
DateTime EndTime { get; }
Visual Basic
ReadOnly Property EndTime As DateTime
	Get
Visual C++
property DateTime EndTime {
	DateTime get ();
}
F#
abstract EndTime : DateTime with get

Property Value

Type: DateTime

See Also