> > I couldn't find anything about this in the documentation. I can
understand
> > after some reflection why you shouldn't be able to compare durations
(e.g.
> > how would you compare 30 days to 1 month), but it seems like this should
be
> > documented, and using comparison operator should fail. Let me know if
I'm
> > missed something obvious...
>
> Well, comparison fails because it's not overloaded at all, but I'll add an
> explicit note about that to the docs.
>

Thanks. You might want to explain why comparison isn't offered (whether it's
the reason I mentioned above, or another reason), and give some hints about
what to do if you have to compare two durations (e.g. add them each to a
single reference time and compare the resulting times.)

Reply via email to