[Mono-list] Contributing TimeSpan class?

Jeremy Werner JWerner@s8.com
Tue, 17 Jul 2001 14:46:25 -0700


Sounds like you're well on your way - nice work!
I'll look for something else to take on.

-----Original Message-----
From: Duco Fijma [mailto:duco@lorentz.xs4all.nl]
Sent: Tuesday, July 17, 2001 2:50 PM
To: Jeremy Werner
Cc: 'mono-list@ximian.com'
Subject: Re: [Mono-list] Contributing TimeSpan class?


Jeremy Werner wrote:
> 
> I was just about to send the same message :)
> How far along are you?

The ToString, Parse and From**** methods are the only ones left I
haven't at least a basic implementation for. For the rest, I'm tidying
up on little details like calling Equals or operator == with some
incompatible object type or a null reference (though things like these
is more testing that substantial "development"). Also, I haven't yet
looked at the details of checking for overflow in Add and Subtract.

Duco