📜  fdifference between two date in hours c# Code Example

📅  最后修改于: 2022-03-11 14:48:52.534000             🧑  作者: Mango

代码示例1
double dif = (greaterDate - smallerDate).TotalHours;