wxDateSpan or wxTimeSpan

Can anyone point me to some clues for these classes. The wxDateSpan docs
say 'yet to be written' and the wxTimeSpan docs have extremely limited info.

thx

Rob wrote:

Can anyone point me to some clues for these classes. The wxDateSpan docs
say 'yet to be written' and the wxTimeSpan docs have extremely limited info.

Unfortunatly at this time the source is all there is. The C++ classes are defined here:

http://cvs.wxwindows.org/viewcvs.cgi/wxWindows/include/wx/datetime.h?rev=1.34&content-type=text/vnd.viewcvs-markup

The wxPython classes are fairly close.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!