Time of last checkpoint

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0

Syntax

C#
public long LastCheckpointTime { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastCheckpointTime As Long
Visual C++
public:
property long long LastCheckpointTime {
	long long get ();
}

See Also