home *** CD-ROM | disk | FTP | other *** search
- package lotus.domino;
-
- public interface DateRange extends Base {
- DateTime getStartDateTime() throws NotesException;
-
- void setStartDateTime(DateTime var1) throws NotesException;
-
- DateTime getEndDateTime() throws NotesException;
-
- void setEndDateTime(DateTime var1) throws NotesException;
-
- Session getParent() throws NotesException;
-
- String getText() throws NotesException;
-
- void setText(String var1) throws NotesException;
- }
-