Int
Hour portion of the interval reexpressed into seconds. For example, if the interval has the value: 5567d15h59m44.995s, this attribute will contain the value: 57584, as the result of: (15h * 3600s) + (53m * 60s) + 44s.