.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "cepDateRange" "3" "26 November 2002" "" ""
.SH NAME
cepDateRange \- Displays the \&"Select Date Range\&" dialog box for the user interface
.SH SYNOPSIS
.nf
The follwing is an example of how to create this object.
cepDateRange dr(toDate, fromDate);
fromDate:- is a cepDate that contains the the defaut start date
toDate:- is a cepDate that contains the the defaut finish date
.fi
.SH "DESCRIPTION"
.PP
An implementation of the cepDataRange class
which displays a custom wxWindows dialog box.
double getFromDate()
Returns the defined start date as a decimal date. If a value of -1 is returned
the specified date was invalid. If -2 is returned this action was canceled
double getToDate()
Returns the defined finished date as a decimal date. If a value of -1 is returned
the specified date was invalid. If -2 is returned this action was canceled
.SH "VERSION"
.PP
This documentation was generated for the \fBGeodetic Data Manipulation System\fR 0.1 by \fBautodocbook\fR (http://www.stillhq.com).
.SH "AUTHOR"
.PP
The \fBGeodetic Data Manipulation System\fR is under development by Michael Still (mikal@stillhq.com), Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling, and Nick Wheatstone. All code is Copyright 2002 Michael Still, Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling and Nick Wheatstone, and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute.
.SH "BUGS"
.PP
There are no known bugs in the \fBGeodetic Data Manipulation System\fR. If you find one, please contact mikal@stillhq.com and let me know.