1
I have two variables DateTime
, which are Datacadastro and DataAtual(DateTime.Now)
. I need to know if the time difference between these two dates is greater than or equal to 4 hours. Is there any method in the class DateTime
that meets my requirement? Or I need another alternative?