Sets the hours component of this DateTime instance, according to universal time.
Namespace: MindFusion.Common
Assembly: Common.js
JavaScript
![]() |
---|
function __setUTCHours (hour, [min, [sec, [millisec]]]) |
Type: Number
An integer between 0 and 23 representing the hour.
Type: Number
An integer between 0 and 59 representing the minutes.
Type: Number
An integer between 0 and 59 representing the seconds.
Type: Number
An integer between 0 and 999 representing the milliseconds.