Adds a specified time interval to a specified date and time, yielding a new date and time.
DateTime.Add(TimeSpan)
d The date and time value to add. t The time interval to add.
An object that is the sum of the values of d and t.
TypeReasonArgumentOutOfRangeExceptionThe resulting date and time is less than DateTime.MinValue or greater than DateTime.MaxValue.