3
Answers

only want to display time in hh:mm:ss format.

Photo of Darshak Hingrajiya

Darshak Hingrajiya

10y
1.3k
1
i only want to display time in hh:mm:ss format. i'm receiving the data from serial port devices. 
i dont want to use datetime picker. i just want to display it in textbox..
somewhat like      textBox5.Text = string.Format("{0:0.00}", resultArray[4]); 
 
how can i do that?? 

Answers (3)