Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Closed Points: 75 Time: 04:57 - Sep 26, 2007
dustPuppy
i need to calculate the day difference between two dates that can be more than a year apart. I can't seem to figure the right way of doing this in C#. I mean I can subtract one date from the other, but how do I get the remaining out as number of days?
Categories:
Add Categories
When adding more than one category, separate them with commas.
Date:: Sep 28, 2007
Time:: 12:59
I found out it was more simple than I thought. subtracting one date from another returns not a datetime as I thought I saw, but a TimeSpan object. So you can do this: TimeSpan difference = endTime.Subtract(startTime); and then get the days with: difference.Days
rajamroli
Date:: Feb 04, 2009
Time:: 23:47
this is the coding for different between 2 dates in day-hour-min-sec in c# Timespan obj= Datetime.Parse("5/24/1984")-DateTime.now; label3.text=string.Format("Only{0}days,{1}hours,{2}minutes,{3}seconds left)!",obj.Days,obj.Minutes,obj.Seconds);
supriyabhalerao15
Date:: Jun 20, 2011
Time:: 07:27
How to get the difference between the 2 dates in c sharp.
Question Answered
This question has been closed, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
whats the best food to eat during midnight?
How to identify the tiffany jewelry? www.tffanycheapmall.com.
Send an email alert to each user of the php application based on criteria
How I Increased My AdSense Earnings?
how to choose the lady dress ?
How can I fulfill the minimum requirement to make your computer support 3D?
You have 100 characters to use
Rank
Expert
Points
1.
10354
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software