Anson Hidajat:You can use rules to create this effect, though it may get a little complicated. You can use string functions (substring) in InfoPath to parse our the hour and the minutes. Then you can add to the minutes based on the total amount then divide by 60. The result should be added to the hours and then the remainder should be added to the minutes. Lastly you can use concat() to combine the hour and minutes together for the return value. Hope that makes sense. Let me know if you need more specifics on how to accomplish this.
Anson,
Thanks for your insight with this. I was fortunate enough to have the IT department just upgrade my computer to IP 2010. With the addSeconds feature, is it possible to now add two time fields togother with this function? I know the standard syntax is addSeconds(field, seconds). But I would like to accomplish addSeconds(field1, field2).
Thanks!