{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

Time

Creates a time from the numbers for hour, minute and second. The number '1' is interpreted as 24 hours. It can also be used to reduce a datatime value to only time.

Usage:

Time( dateTime )
Time( number or string )
Time( HH, MM, SS )

Returns:

Time value

Examples:

Time(17,30,0)  // Returns the time value 17:30:00.
Time(0.5)      // Returns 12:00:00