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.

Interviewer getPerformaceListInTimeSpan: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Nguyenduyan (talk | contribs)
Replaced content with "Category:Archive "
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:General_Functions]]
[[Category:Archive]]
{{HelpFiles}}

 
====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
__NOTOC__
<!-- imported from file: 7530.htm-->

Latest revision as of 03:39, 16 January 2018