CATEGORIES
Cannot start .aspx
Published by: ROBIN (12/5/2012 1:11:47 PM)
DEC 5 2012
Most Popular Articles
- SQL Server 2008 Error: is not a valid login or you do not have permission
- Cannot start .aspx
- what is the difference between Text and String Data type in SQL Server
- Error: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- Why my MS SQL Server 2005 DSN Connection is not Working
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);