Hi,
I am new to C#. I am trying to create a digital clock with images.Please help me to create a structure similar to DateTime.Now which has members that hold each digits of current time.
Loading
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.
PJ MartinsPosted Jun 9, 2010, 2:18 PM
DateTime.Now.Hour
DateTime.Now.Minute
DateTime.Now.Second
DateTime.Now.Millisecond