Get the date/time at which the commit occurred.
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
DateTime CommitTime { get; }  | 
| Visual Basic | 
|---|
ReadOnly Property CommitTime As DateTime Get  | 
| Visual C++ | 
|---|
property DateTime CommitTime { DateTime get (); }  | 
| F# | 
|---|
abstract CommitTime : DateTime with get  |