DOTween: Snap To Position on Tween

Hi there,
I am using DOTween, I have asked online with no response yet, but does anyone know if I can set a transform position, to a point along a tween?

So transform.DOPath()… set to position 0.5f (where 0.5f is halfway)?

Thanks

There is a function that does just exactly that: Tween.Goto(float position, bool shouldPlayFromPosition)