On 7/23/05 3:35 AM, Rick Measham wrote: > If you read the code, you'll notice that I have a utc_rd_values method > as the math overload needs to be passed an object that 'can' call this > method.
Why not just override can() and delegate to DateTime proper? -John