How to convert Timespan as a value without days in ASP.NET Core?
I have a timespan
data type, and when calculating it, if the value exceeds a day, it will have the format: d.hh:mm:ss
and I expect it to have the format hh:mm:ss
.
I have a timespan
data type, and when calculating it, if the value exceeds a day, it will have the format: d.hh:mm:ss
and I expect it to have the format hh:mm:ss
.