1
Answer

calculate elapsed seconds

George George

George George

16y
2.3k
1

Hello everyone,


What is the most convenient way to check whether elapsed time from some time point to another time point is larger than 2 seconds?

Currently, I am using TimeSpan, and I am using stupid method to check hour/minute/second one by one to decide. Are there any quick way to check?


thanks in advance,
George

Answers (1)