CreateTimeSpan
Method Signature
CreateTimeSpan(days=[numeric], hours=[numeric], minutes=[numeric], seconds=[numeric], milliseconds=[numeric])Arguments
Argument
Type
Required
Description
Default
Examples
Use of createTimespan in a bx:query
<bx:query name="GetParks" datasource="cfdocexamples" cachedWithin="#createTimespan( 0, 6, 0, 0 )#">
SELECT PARKNAME, REGION, STATE
FROM Parks
ORDER by ParkName, State
</bx:query>The createTimespan function returns a numeric value
Adding a date and a timestamp
Additional Examples
Related
Last updated
Was this helpful?
