Difference between revisions of "SetCatiAppointmentTime"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Questionnaire_Functions]]

+
{{HelpFiles}}
  
 
====setCatiAppointmentTime====
 
====setCatiAppointmentTime====

Latest revision as of 09:19, 13 December 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