gpt4 book ai didi

c# - 时间跨度差值始终为正

转载 作者:IT王子 更新时间:2023-10-29 04:22:52 25 4
gpt4 key购买 nike

我想将时间跨度差异值始终转换为正值

我的代码在这里:

TimeSpan lateaftertime = new TimeSpan();
lateaftertime = lateafter - Convert.ToDateTime(intime);

我想得到 lateaftertime 的结果总是积极的..请帮助我..

最佳答案

您可以使用 lateaftertime.Duration() 获得非负跨度。

关于c# - 时间跨度差值始终为正,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8922435/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com