DVar GetQuestionTimestampIter(int inQuesIndex, int inIterationIndex)
Description
Returns the Time-stamp of a question in a specific iteration
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question index |
| inIterationIndex | Int32 | Iteration index |
Return Type
Dvar
Overloads
List of overloads for this function
DVar GetQuestionTimestampIter(int inQuesIndex, String inIterationValue)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question index |
| inIterationValue | string | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.