Railo 4.1 Reference
Choose a function:

Function CREATETIMESPAN

Creates a date/time object that defines a time period. You
can add or subtract it from other date/time objects and use
it with the cachedWithin attribute of cfquery.

Example

createtimespan(number days,number hours,number minutes,number seconds,[number milliseconds]):timespan

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
days number  Yes number of days in time period  
hours number  Yes number of hours in time period  
minutes number  Yes number of minutes in time period  
seconds number  Yes number of seconds in time period  
milliseconds number  No number of milliseconds in time period