You can subtract a number of minutes from a DateTime simply by subtracting a TimeSpan
E.g: [theDateTime] - (MakeTimeSpan(0, 0, 2, 0))
Please do not use concoctions using FormatDateTime, or Left, Right, etc. These functions are designed for string processing, and will almost certainly result in a bug when used in the context of Dates and Times