Use This Template

AddMinutes(Number)

Adds the specified number of minutes to the Time value.

TimeField1.Addminutes(17) will return a new date that is exactly 17 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 Minutes in the past. For example, TimeField1.AddMinutes(-24) would give you a time 24 minutes ago.

AddMinutes(Number)

Adds the specified number of minutes to the Time value.