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.ModelAssembly: 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: System Int32
Index where checking begins
- last (Optional)
- Type: System Int32
Last index checked - if less than 0, then index is assumed to be last in list
Return Value
Type: DoubleTotal time in milliseconds
See Also