StudentLessonActs.TotalTime Method

CSAL Mongo

StudentLessonActs TotalTime Method CSAL Mongo Access Library
Return total time spent (in ms) on the 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 TotalTime(
	int start,
	int last = -1
)
public double TotalTime(
	int start,
	int last = -1
)
Public Function TotalTime ( 
	start As Integer,
	Optional last As Integer = -1
) As Double
Public Function TotalTime ( 
	start As Integer,
	Optional last As Integer = -1
) As Double
public:
double TotalTime(
	int start, 
	int last = -1
)
public:
double TotalTime(
	int start, 
	int last = -1
)

Parameters

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

Return Value

Type: OnlineDouble
Total time in milliseconds
See Also