Difference between revisions of "User getUserHourlyCosts"

From Catglobe Wiki
Jump to: navigation, search
Line 20: Line 20:
 
'''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'''

Revision as of 09:40, 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

empty

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