Toggle menu
868
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.
Revision as of 07:19, 13 December 2011 by Cg_pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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