Get the date/time when processing started on the transaction
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
DateTime StartTime { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property StartTime As DateTime Get  | 
| Visual C++ | 
|---|
property DateTime StartTime { DateTime get (); }  | 
| F# | 
|---|
abstract StartTime : DateTime with get  |