Time Calculation in asp.net,C#
How to perform time calculation in asp.net c#??
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.
Avril lavignePosted Aug 9, 2012, 2:59 AM
http://www.dapfor.com/en/net-suite/net-grid/tutorial/headers-and-columns
VulpesPosted Aug 6, 2012, 4:59 AM
Label1.Text = ts.ToString(); // 12:00:00
The TimeSpan structure has various properties to enable you to get the components of the interval or to express it as a certain number of units. For details see:
http://msdn.microsoft.com/en-us/library/system.timespan.aspx