API  1.0.0
CPDatePicker.h
Go to the documentation of this file.
1 
2 @interface CPDatePicker : CPControl
3 {
4  BOOL _isBordered // @accessors(getter=isBordered, setter=setBordered:);
5  BOOL _isBezeled // @accessors(getter=isBezeled, setter=setBezeled:);
6  BOOL _drawsBackground // @accessors(property=drawsBackground);
7  CPDate _dateValue // @accessors(property=dateValue);
8  CPDate _minDate // @accessors(property=minDate);
9  CPDate _maxDate // @accessors(property=maxDate);
10  CPFont _textFont // @accessors(property=textFont);
11  CPLocale _locale // @accessors(property=locale);
12  //CPCalendar _calendar // @accessors(property=calendar);
13  CPTimeZone _timeZone // @accessors(property=timeZone);
14  id _delegate // @accessors(property=delegate);
15  CPInteger _datePickerElements // @accessors(property=datePickerElements);
16  CPInteger _datePickerMode // @accessors(property=datePickerMode);
17  CPInteger _datePickerStyle // @accessors(property=datePickerStyle);
18  CPInteger _timeInterval // @accessors(property=timeInterval);
19 
20  BOOL _invokedByUserEvent;
21  _CPDatePickerTextField _datePickerTextfield;
22  _CPDatePickerCalendar _datePickerCalendar;
23  unsigned _implementedCDatePickerDelegateMethods;
24 }
25 @end
Definition: CPFont.h:2
A representation of a single point in time.
Definition: CPDate.h:2
CPTimeZone is a class to define the behvior of time zone object (like CPDatePicker) ...
Definition: CPTimeZone.h:2