StudentLessonActs.CurrentTotalTime Method

CSAL Mongo

StudentLessonActs CurrentTotalTime Method CSAL Mongo Access Library
Total time spent on lesson (as calculated by TotalTime) on last lesson (as identified by LastAttemptIndex)

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

Syntax

public double CurrentTotalTime()
public double CurrentTotalTime()
Public Function CurrentTotalTime As Double
Public Function CurrentTotalTime As Double
public:
double CurrentTotalTime()
public:
double CurrentTotalTime()

Return Value

Type: OnlineDouble
Time spent in milliseconds
See Also