you can use an microflow expression to retrieve the current hour of the day.
If you use the format date expression you can get the current hour, which can be parsed as an integer and than you can see if that integer is larger or equal than 15. See the example below...
parseInteger(formatDateTime( [%CurrentDateTime%], 'HH') ) >= 15