Difference between revisions of "User getUserHourlyCosts"

From Catglobe Wiki
Jump to: navigation, search
(User_getUserHourlyCosts)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:User_Functions]]
 
[[Category:User_Functions]]

+
{{HelpFiles}}
  
 
====User_getUserHourlyCosts====
 
====User_getUserHourlyCosts====
Line 16: Line 16:
 
'''Return value'''
 
'''Return value'''
  
empty
+
array
  
 
'''Example'''
 
'''Example'''
  
array a = User_getUserHourlyCosts(34780089);
+
''array a = User_getUserHourlyCosts(34780089);''
 +
 
 +
''print(a);''
 +
 
 +
'' //Output result : {{{1999,12,31,23,0,0,0,52,40},{2007,9,10,22,0,0,0,37,40},135},{{2007,9,11,22,0,0,0,37,40},{2009,9,30,0,0,0,0,40,40},157.5},{{2009,10,1,0,0,0,0,40,40},{2099,12,30,23,0,0,0,53,40},220}}''
  
print(a);
 
  
 
'''Availability'''
 
'''Availability'''

Latest revision as of 10:23, 22 December 2011


User_getUserHourlyCosts

Get informations of User' hourly costs

Syntax

User_getUserHourlyCosts (userResourceId))

Arguments

  • userResourceId: is a number expression. It is the user's resource id

Return value

array

Example

array a = User_getUserHourlyCosts(34780089);

print(a);

//Output result : {{{1999,12,31,23,0,0,0,52,40},{2007,9,10,22,0,0,0,37,40},135},{{2007,9,11,22,0,0,0,37,40},{2009,9,30,0,0,0,0,40,40},157.5},{{2009,10,1,0,0,0,0,40,40},{2099,12,30,23,0,0,0,53,40},220}}


Availability

Version 5.7