How can I compare Date ([now] day, month, year, hour, minute) and data from two columns? The first column has date only like "2020-01-01" and second column for same row has data like "15:30:00" and this column datatype is time7.
I need to check if ([now] day, month, year, hour, minute) > from this two columns to do something.

I need to compare it in client side in C#