XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3LastCubeUpdate"
(Added categories) |
|||
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}} | ||
+ | | Convert the date from text to a date value. [[Version 8 onwards]] | ||
|} | |} | ||
Revision as of 16:24, 6 August 2014
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 | Convert the date from text to a date value. Version 8 onwards |