The NSDatePickerStyle constants define the visual appearance of the NSDatePickerCell. These values are used by datePickerStyle and setDatePickerStyle:.
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public enum NSDatePickerStyle
Public Enumeration NSDatePickerStyle
public enum class NSDatePickerStyle

Member | Description |
---|---|
NSTextFieldAndStepperDatePickerStyle | Provide a text field and stepper style interface. Available in Mac OS X v10.4 and later. |
NSClockAndCalendarDatePickerStyle | Provide a visual clock and calendar style interface. Available in Mac OS X v10.4 and later. |
NSTextFieldDatePickerStyle | Provide a text field interface. Available in Mac OS X v10.5 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)