CreateTimeSpan(days, hours, minutes, seconds)

Creates a date/time object for adding and subtracting other date/time objects.

See also CreateDateTime, DateAdd, and DateDiff.

days

Number representing the number of days.

hours

Number representing the number of hours.

minutes

Number representing the number of minutes.

seconds

Number representing the number of seconds.

Usage

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.