I would like to subtract seconds from a date, for example:
Lets say I have 1300 seconds in a unsigned integer, I would like to take the current date and time, subtract 1
DateTime.Now.AddSeconds(-1300)
That was easy