XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3LastCubeUpdate"

(Added categories)
(Parameters)
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
==Syntax==
 
==Syntax==
  
{{Code|XL3LastCubeUpdate( Connection )}}
+
{{Code|XL3LastCubeUpdate( Connection [, AsDate] )}}
  
 
==Parameters==
 
==Parameters==
Line 12: Line 12:
 
| {{Code|Connection}}
 
| {{Code|Connection}}
 
| Connection number of the cube to retrieve the last update time of
 
| Connection number of the cube to retrieve the last update time of
 +
|-
 +
| {{Code|AsDate}}
 +
| (Boolean) Pass TRUE to convert the date from text to a date value. [[Version 8]] onwards
 
|}
 
|}
  

Latest revision as of 16:37, 25 August 2015

Returns the date and time that the cube was last updated.

Syntax

XL3LastCubeUpdate( Connection [, AsDate] )

Parameters

Parameter Description
Connection Connection number of the cube to retrieve the last update time of
AsDate (Boolean) Pass TRUE to convert the date from text to a date value. Version 8 onwards

See Also