Use This Template

AddSeconds(Number)

Adds the specific number of seconds to the Time value.

TimeField1.AddSeconds(660) will return a new time that is exactly 11 minutes in the future from TimeField1.

You can also use negative numbers with AddMinutes if you want to get a time that is a certain number of seconds in the past. For example, TimeField1.AddSeconds(-1200) which will give you the time for 20 minutes ago.

AddSeconds(Number)

Adds the specific number of seconds to the Time value.