cfdocs

createTime

Creates a time variable.

createTime(hour, minute, second)
returns date

Argument Reference

Name Type Required Default Description
hour numeric Yes   Hour of the day in 24-hour notation (0-23)
minute numeric Yes 0 Minute within the hour
second numeric Yes 0 Second within the minute
millisecond numeric No 0  
timezone numeric No    

Tag Syntax

<cfset yourTime = createTime("5", "24", "56")>  
 <cfdump var="#yourTime#" />