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