How to learn c# and how to learn connection c# to sql database: C# Related Important Work

Showing posts with label C# Related Important Work. Show all posts
Showing posts with label C# Related Important Work. Show all posts

Wednesday, February 26, 2020

February 26, 2020 1
Adds minutes with dates

string Estimated_LoadDate = "26-2-2020 00:00:00";

DateTime dd = DateTime.Now;
dd = Convert.ToDateTime(Estimated_LoadDate).AddMinutes(TotalMin);

Estimated_LoadDate = dd.ToString();