move to time to destination

can i calculate the time it wil take to finish het moveto node

You have the speed (uu/s or cm/s) and the distance (cm). Then time = distance / speed.

Example:

This will print the remaining time to reach target, in this case, the player.

i get 0.0and i need to know the time at the same time when i start AI MoveTo

The first one will be zero because the initial velocity is zero.
But since you want the time immediately from the start then you will have to replace 2 nodes:

thanks that is exactly what I needed