Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SetCatiAppointmentTime: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Questionnaire_Functions]]





Revision as of 09:57, 22 March 2011



setCatiAppointmentTime

Sets the next contact time for the current QAS with the input time zone. Throws exception if it is not a CATI QAS.

Syntax

setCatiAppointmentTime(timeArray);

Arguments

timeArray: is a date with type of array

Return type

empty

Example

array time = {2007, 30, 4, 1, 0, 0};

setCatiAppointmentTime(time);

// From 5.6

// setRPQId(1400172);

// print(setCatiAppointmentTime({2006,11,18,6,57,52,0,46,42}));

// print(getCatiAppointmentTime ());

Availability

Version 5.2