PtCalendarSelectCallback

PtCalendarSelectCallback --  calendar selection callback information.

Synopsis

class PtCalendarSelectCallback
{
    date;    // PtCalendarDate
    time;    // long
    type;    // integer
}
		

Description

This class holds information from the Pt_CB_CALENDAR_SELECT callback, which is generated when a calendar date, weekday, month increment/decrement button or year increment/decrement button is selected in a PtCalendar.

Also see Pt_CB_CALENDAR_SELECT in the PtCalendar section of the Photon documentation.

Instance Variables

date

A PtCalendarDate that contains the day, month, and year.

time

The system time associated with the date.

type

The type of selection made, which can be exactly one of the following:

Associated Classes

PtCalendar, PtCallbackInfo

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.