What are the ways to update the DateTime being displayed in textbox?
Currently I'm using the coding:
DateTime.Now.ToString("HH:mm:ss.ff") . It only captured the current moment timing.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pankaj Kumar ChoudharyPosted Jun 4, 2015, 5:10 AM
string Str = "01:16:40.10";
Rajeesh MenothPosted Jun 4, 2015, 4:44 AM