I use this code for converting Timespan to String (for ex: 14:53) :
Timespan
String
myTimeSpan.ToString(\"hh:mm\");
but this erro
Try this will work 100% !!
myTimeSpan.ToString(@"dd\.hh\:mm");.