StudentLessonActs.CurrentReadingTime Method

CSAL Mongo

StudentLessonActs CurrentReadingTime Method CSAL Mongo Access Library
Total time spent reading (as calculated by ReadingTime) 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 CurrentReadingTime()
public double CurrentReadingTime()
Public Function CurrentReadingTime As Double
Public Function CurrentReadingTime As Double
public:
double CurrentReadingTime()
public:
double CurrentReadingTime()

Return Value

Type: OnlineDouble
Time spent reading in milliseconds
See Also