method:setUTCHours ( int );return type:voidcontent:ใช้กำหนดค่าชั่วโมง โดยเทียบตามมาตรฐานของ UTCexample:var my_date = new Date (); my_date.setUTCHours ( 23 );