I am just not the usual me today and it sucks!!!

I need some help.

We have an object. it has a datetime property.

What I want to do is to execute a certain condition IF TRUE.

condition:

if the object datetime hour == current hour (but should fail if the minute given as input is < current minute) or the hour given is > current hour and minute input can be of any value as long as the hour given is > current hour.


does that makes sense? lol

how can I make that into a conditional IF statement?