Gets the date/time that the statistics relate to

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

Syntax

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

Property Value

Type: DateTime

See Also