SetCatiAppointmentTime

From Catglobe Wiki
Jump to: navigation, search



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