ASP.NET Pack Programmer's Guide
DateTime.__setUTCHours Method
See Also
 





Sets the hours component of this DateTime instance, according to universal time.

Namespace: MindFusion.Common
Package: Common.js

 Syntax

JavaScript  Copy Code

function __setUTCHours (hour, [min, [sec, [millisec]]])

 Parameters

hour

An integer between 0 and 23 representing the hour.

min
Optional.

An integer between 0 and 59 representing the minutes.

sec
Optional.

An integer between 0 and 59 representing the seconds.

millisec
Optional.

An integer between 0 and 999 representing the milliseconds.

 See Also

DateTime Members
DateTime Class
MindFusion.Common Namespace