Hi Bruna,
Use Hour and Minute functions, concatenating the values in a string:
Hour(AgendaAtendimento.HIDisponivel) + ":" + Minute(AgendaAtendimento.HIDisponivel) + " - " + Hour(AgendaAtendimento.HFDisponivel) + ":" + Minute(AgendaAtendimento.HFDisponivel)
Regards