CreateTimeSpan(days, hours, minutes, seconds)
Creates a date/time object for adding and subtracting other date/time objects.
See also CreateDateTime, DateAdd, and DateDiff.
Number representing the number of days.
Number representing the number of hours.
Number representing the number of minutes.
Number representing the number of seconds.
The CreateTimeSpan function creates a special date/time object that should only be used to add and subtract from other date/time objects or with the CFQUERY CACHEDWITHIN attribute.