skip to main | skip to sidebar

AS Common Woman

Today learn and catch

Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Sunday, May 24, 2009

Find time Elapsed In .net without using Timer Control

System.Diagnostics.Stopwatch calcElap= new System.Diagnostics.Stopwatch();
calcElap.Start();

//do my stuff
...

calcElap.Stop();
Response.Write("Time Elapse: " + calcElap.Elapsed.ToString());
Posted by MuthumariStalin at 10:45 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: C#
Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2015 (8)
    • ▼  July (8)
      • Operating Systems in Mobile Devices:
      • which tools are used in Mobile Devices Operating ...
      • Data Storage options in Android
      • What is Google cloud Messaging
      • What is Mono-based application
      • Android in.NET Developers
      • Android Tutorial for Beginners: Part 1
      • Detection of water leaks and waterproofing service...
  • ►  2010 (2)
    • ►  January (2)
  • ►  2009 (3)
    • ►  July (1)
    • ►  May (2)

About Me

MuthumariStalin
View my complete profile

Categories

  • C
  • Javascript