Timestamp for the cached results object

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

Syntax

C#
public DateTime Timestamp { get; set; }
Visual Basic
Public Property Timestamp As DateTime
	Get
	Set
Visual C++
public:
property DateTime Timestamp {
	DateTime get ();
	void set (DateTime value);
}
F#
member Timestamp : DateTime with get, set

Property Value

Type: DateTime

See Also