SyntaxFix
Write A Post
Hire A Developer
Questions
Using https://github.com/FluentDateTime/FluentDateTime
DateTime dateTime = DateTime.Now; DateTime combined = dateTime + 36.Hours(); Console.WriteLine(combined);