RSS feed

Cannot start .aspx

Published by: ROBIN (12/5/2012 1:11:47 PM)

DEC 5 2012

 

<< Problem with sql server 2k

 

COMMENT

Name: Ashis Satapathy

DateTime startDate = DateTime.UtcNow;
DateTime endDate = DateTime.Now;

TimeSpan timeDiff = endDate - startDate;

Console.WriteLine("{0} Days : {1} Hour : {2} Minute : {3} Second : {4} Milisecond", timeDiff.Days, timeDiff.Hours, timeDiff.Minutes, timeDiff.Seconds, timeDiff.Milliseconds);

*Name:
*Comment:
You can use HTML tags here.
*Code: Please enter the sum of 5+2