gpt4 book ai didi

c# - 使用 Time Span 比较两个时间间隔

转载 作者:行者123 更新时间:2023-12-02 15:37:20 25 4
gpt4 key购买 nike

<分区>

我想将某个时间与当前时间进行比较,以检查它是否超过了给定时间。

我想我应该使用 TimeSpan,但我不确定如何使用。我比较的两个日期是 DateTime 对象。

 TimeSpan ts = TimeSpan.FromSeconds(_timeInterval);

if(DateTime.UtcNow.Ticks - rex.LastFired.Ticks > ts.Ticks)
// bla bla

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