StudentLessonActs.FixupTimestamps Method

CSAL Mongo

StudentLessonActs FixupTimestamps Method CSAL Mongo Access Library
Because things can hit the server out of order (or in case of test data, simultaneously), we insure that the DB timestamps are correct by using the Duration field. Note that this is a hack to approximate time in the event we didn't receive the turns with correct ordering/spacing

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

Syntax

public void FixupTimestamps()
public void FixupTimestamps()
Public Sub FixupTimestamps
Public Sub FixupTimestamps
public:
void FixupTimestamps()
public:
void FixupTimestamps()
See Also