Sets Date.
(Date date)
| 40 | public native Date date(); |
| 41 | /** Sets Date. */ |
| 42 | public native void setDate(Date date); |
| 43 | |
| 44 | /** Sets the received date (it's not part of the RFC 822 headers). */ |
| 45 | public native Date receivedDate(); |
no outgoing calls
no test coverage detected