Robert Klemme wrote:
> Daniel Berger <Daniel.Berger / qwest.com> wrote:
> 
>> Hi all,
>>
>> I was just wondering if anyone has implemented an "Interval" class of
>> some sort out there, i.e. something that would give you the years,
>> months, days, hours, minutes and seconds between two fixed DateTime
>> objects, rather than an absolute date.
> 
> 
> Note that it's easy to output difference in seconds, minutes, hours, 
> days and weeks but then it starts to get more difficult.

You mean with the existing DateTime class?  How?  I thought this was possible, 
but my Google skills appear to be failing me at the moment.  My own experiments 
weren't much better.

Regards,

Dan