setTime

Description

Takes in a date, and returns a copy of it with the time fields set as specified.

Syntax

setTime (date, hour, minute, second )

Code Examples
Code Snippet
setTime({Root Container.Calendar.date}, 1, 37, 44) //This example will set the date object to the current date with the time set to 01:37 in the morning and 44 seconds.