I want to increase time to current time.
for example, I have the time of the problem and the expected time to complete them How can I add?
(Date
You can use other variable
DateTime otherDate = DateTime.Now.AddMinutes(25); DateTime tomorrow = DateTime.Now.AddHours(25);