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.

GetCatiAppointmentTime: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
 
Line 4: Line 4:
====getCatiAppointmentTime====
====getCatiAppointmentTime====


Returns an array representation of the next contact time with the current time zone. Returns empty if next contact time is null. Throws exception if QAS is not a CATI-QAS
Returns an array representation of the next contact time with the current time zone of the current resource project questionnaire context. Returns empty if next contact time is null. Throws exception if QAS is not a CATI-QAS


'''Syntax'''
'''Syntax'''

Latest revision as of 08:17, 28 December 2011



getCatiAppointmentTime

Returns an array representation of the next contact time with the current time zone of the current resource project questionnaire context. Returns empty if next contact time is null. Throws exception if QAS is not a CATI-QAS

Syntax

getCatiAppointmentTime()

Arguments

None

Return type

array

Example

print(getCatiAppointmentTime ());

//{2006, 10, 16, 15, 59, 2, 400, 42}

// Expected result (5.6) {2006,11,18,6,57,52,0,46,42}

Availability

Version 5.2