tags:

views:

80

answers:

2
A: 

This question has been answered: How do I calculate someone's Age in C#?

George Stocker
But that is not exactly what I wanted.. That only covers Year.not month and day
william
A: 

From MSDN: http://msdn.microsoft.com/en-us/library/system.timespan_members(v=VS.71).aspx

Timespan contains members for Days, Hours, Minutes, Seconds, Milliseconds, and Ticks. How accurate do you want it to be?

Jesse Weigert
But what I want is Year, Month and day
william