Xamarin, Android
int Climb = 250; The SetText method displays the value 250 (time in seconds)
_ComparePlaneLeftTextClimb.SetText(planesleft[e.Position].Climb.ToString(), TextView.BufferType.Normal); How to make the output displayed minutes and seconds? For example instead of 250 (seconds) 4:10?