StudentLessonActs.ReadingTime Method

CSAL Mongo

StudentLessonActs ReadingTime Method CSAL Mongo Access Library
Return time spent reading (in ms) during lesson described by Turns stored from index start to index end

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

Syntax

public double ReadingTime(
	int start,
	int end = -1
)
public double ReadingTime(
	int start,
	int end = -1
)
Public Function ReadingTime ( 
	start As Integer,
	Optional end As Integer = -1
) As Double
Public Function ReadingTime ( 
	start As Integer,
	Optional end As Integer = -1
) As Double
public:
double ReadingTime(
	int start, 
	int end = -1
)
public:
double ReadingTime(
	int start, 
	int end = -1
)

Parameters

start
Type: OnlineSystem Int32
Index where checking begins
end (Optional)
Type: OnlineSystem Int32
Last index checked - if less than 0, then index is assumed to be last in list

Return Value

Type: OnlineDouble
Reading time in milliseconds
See Also