The recovery timestamp

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.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