The recovery timestamp

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public DateTime TxnTimestamp { get; private set; }
Visual Basic (Declaration)
Public Property TxnTimestamp As DateTime
Visual C++
public:
property DateTime TxnTimestamp {
	DateTime get ();
	void set (DateTime value);
}

See Also