Get the Date/Time when the job completed processing
            
Namespace: BrightstarDB.ClientAssembly: 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  |