class PtCalendarDate { day; // char month; // char year; // short }
This class holds calendar date information: the day, month and year, used in the PtCalendar widget. The values for day and month start with 0, so they are always 1 less than the actual date or month number. For example, April 21, 2000 is expressed as:
{PtCalendarDate (day . 20) (month . 3) (year . 2000)}
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.