Thanks. Jamie "Mark Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Jamie Macleod" <[EMAIL PROTECTED]> wrote: > >I am looking at the souce code for the Todo and Datebook examples to see how > >they implement dates. I noticed these two programs use a function called > >DateToInt(), but I can't find reference to this function anywhere. The > >comments say that a DateToInt() returning a negative number means no date. > >My question(s) is, what is the proper way to set a DateType to no date, and > >where do I find documentation on DateToInt()? Thank you all. > > C:> pwd > /Program Files/Metrowerks/CW for Palm OS R6/Palm OS 3.5 Support/Incs > C:> find . -name "*.h" -exec grep -H DateToInt {} ; > ./Core/System/DateTime.h: #define DateToInt(date) (*(UInt16 *) &date) > > -- > -M- [EMAIL PROTECTED] > >
-- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
