#include <Date.h>
Inheritance diagram for beecrypt::util::Date:
Public Member Functions | |
Date () throw () | |
Date (javalong) throw () | |
virtual | ~Date () |
virtual bool | equals (const Object &) const throw () |
virtual Date * | clone () const throw () |
virtual int | compareTo (const Date &anotherDate) const throw () |
const Date & | operator= (const Date &) throw () |
bool | after (const Date &) const throw () |
bool | before (const Date &) const throw () |
javalong | getTime () const throw () |
void | setTime (javalong) throw () |
const String & | toString () const |
|
|
|
|
|
|
|
|
|
|
|
Implements beecrypt::lang::Cloneable. |
|
Implements beecrypt::lang::Comparable< Date >. |
|
Reimplemented from beecrypt::lang::Object. |
|
|
|
|
|
|
|
|