Hi,
I am new to Ui Path.
I am checking if current time is between the two time slots.
Here curr_time is having value as
curr_time = DateTime.Now.ToString(“HH:mm”)
In If activity single condition like curr_time >= #11:55# is working fine. But when I am adding one more condition its returning false.
curr_time >= #11:55# and curr_time <= #17:00#
Time was 16:10 which is within the above range, but still if control is going to else part.
Please help here.
Regards,
Sandeep