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

Difference between revisions of "XL3LastCubeUpdate"

(Parameters)
(Parameters)
 
Line 14: Line 14:
 
|-
 
|-
 
| {{Code|AsDate}}
 
| {{Code|AsDate}}
| (Boolean) Pass True to convert the date from text to a date value. [[Version 8]] onwards
+
| (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