Int(64)
Hour portion of the interval reexpressed into milliseconds. For example, if the interval has the value: 5567d16h45m22.221s, this attribute will contain the value: 60322221, as the result of: ((((16h * 3600s) + (45m * 60s)) * 1000) + 22221).