Difference between revisions of "Interviewer getPerformaceListInTimeSpan"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:General_Functions]]
 

 

  

Revision as of 11:18, 21 March 2011



Interviewer_getPerformaceListInTimeSpan

Return Performance List

Syntax

Interviewer_getPerformanceListInTimeSpan(groupResourceId, startDate, endDate);

Arguments

  • groupResourceId: is number. It is the group containing interviewers we want to get Performance info
  • startDate, endDate: are arrays. We get performance list in this timespan

Return value

Array has 5 item: [DateTime_Day] = sD[DateTime_Day] - 1;

array eD = getCurrentDateTime();

array a = Interviewer_getPerformanceListInTimeSpan(groupResourceId, sD, eD);

print(a);

Availability

Version 5.8