Click or drag to resize
IExecutionMgrDuration Property
returns the duration of the interview

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int Duration { get; }

Return Value

Type: Int32
int
Examples
Once this function is called, ExecutionMgr.Duration return the duration in seconds from the begining of the interview
See Also