---- Suggested Workaround ---
- Use bootstrap-duration-picker that display duration based on value in seconds
- Change the ViewModel from TimeSpan to Double.
- Send TimeSpan.TotalSeconds() to ViewModel
- Convert Double from ViewModel to TimeSpan with TimeSpan.FromSeconds()
=> Work as expected