Adds the specified number of minutes to a time or datetime value. This function will always return a valid time or datetime if the beginning time or datetime is valid. This function will always "roll" the hours value as necessary. For example adding 67 minutes will advance the hour as well as adding 7 minutes.
Using a negative INT will result in subtracting that many minutes.