ConvLog.DBTimestamp Property

CSAL Mongo

ConvLog DBTimestamp Property CSAL Mongo Access Library
Timestamp applied before DB storage - not usually supplied in the POST'ed JSON. It is the number of milliseconds since EPOCH_YR

Namespace: CSALMongo.TurnModel
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public double DBTimestamp { get; set; }
public double DBTimestamp { get; set; }
Public Property DBTimestamp As Double 
	Get 
	Set
Public Property DBTimestamp As Double 
	Get 
	Set
public:
property double DBTimestamp {
	double get ();
	void set (double value);
}
public:
property double DBTimestamp {
	double get ();
	void set (double value);
}

Property Value

Type: OnlineDouble
See Also