Need help with Timer expression

Hi, I want to activate a timer when a date is between two dates, I have this but it doesn’t work.

timeBetween({Root Container.inicio.date}, {Root Container.fin.date}, {Root Container.hora.date})

I apreciate any help thanks.

What values does {Root Container.inicio.date}, {Root Container.fin.date} and {Root Container.hora.date} have?

What is the expression bound to?

Best,

The three are pop up calendars, and the expression is in the running property of the timer. i have proved this, but it doesn’t work.

if(timeBetween({Root Container.inicio.date}, {Root Container.fin.date}, {Root Container.hora.date}),{Root Container.timer.running}=1,0)

I resolved it, I don’t realized that the first argument is the given date.