Version

currentFormSubmissionTimeoutSeconds Property

returns the actual time it took to submit the form seconds specifying the time it took to submit the form
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_currentFormSubmissionTimeoutSeconds() : Integer
function set_currentFormSubmissionTimeoutSeconds(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebCaptcha.get_currentFormSubmissionTimeoutSeconds();
See Also