Difference between two DateTimes C#?

后端 未结 6 645
借酒劲吻你
借酒劲吻你 2020-12-24 04:08

I need a function that can return the difference between the below two dates as 24.

DateTime a = new DateTime(2008, 01, 02, 06, 30, 00);
DateTime b = new Dat         


        
6条回答
提交回复
热议问题