i have in c#
label_time.Text = time.ToString(“mm”);
and it shows only up to 60 minutes and for the remaining 30 minutes starts from 0 and in the end it shows 30. How do I make it so it shows 90 instead of 30 ?
thanks
i already tried multiple things but i cant find the right way to do it
New contributor
Preslava Ivanova is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.