AddSeconds(Number)
Adds the specific number of seconds to the Time value.
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.
-33ae914.png)
-1cffc4e.png)
-1888e52.png)
-9e1d47c.png)