how to get/set a Date property
Chee Yee <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I used typebrowser to generate the stubs for a dll. The get and set functions for Date properties did not generate properly. Is this an un- implemented feature? Can I just return/pass a java.util.Date object to the get/set Date functions? If that isn't the way to go, how do I get around this? Thanks Chee