I have a TimeSpan object named time that is sent from the back-end to the front-end.
This is how the type looks on the back-end:
https://i.sstatic.net/8Si0z.png
On the client side, I have this type:
https://i.sstatic.net/HL1Zh.png
The goal is to display only the hours:minutes:seconds of the time variable.
How can I convert the type "time" mentioned above into the desired format?