Platforms to show: All Mac Windows Linux Cross-Platform

NSDatePickerMBS class

Super class: NSControlMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Cocoa Controls MBS MacControls Plugin 12.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The plugin class for a Cocoa date picker.

NSDatePicker is a subclass of NSControl that provides a user interface for displaying and editing an NSDate object.
Subclass of the NSControlMBS class.

Date Picker Style Constants

Constant Value Description
NSClockAndCalendarDatePickerStyle 1 Provide a visual clock and calendar style interface.
NSTextFieldAndStepperDatePickerStyle 0 Provide a text field and stepper style interface.
NSTextFieldDatePickerStyle 2 Provide a text field interface.

Element Flag Constants

Constant Value Description
NSEraDatePickerElementFlag &h100 Display and allow editing of the era of the date, if applicable.
This flag has been declared for possible future use, and does not yet have any effect.
NSHourMinuteDatePickerElementFlag &hC Display and allow editing of the hour and minute elements of the date.
NSHourMinuteSecondDatePickerElementFlag &hE Display and allow editing of the hour, minute and second elements of the date.
NSTimeZoneDatePickerElementFlag &h10 Display and allow editing of the time zone.
This flag has been declared for possible future use, and does not yet have any effect.
NSYearMonthDatePickerElementFlag &hC0 Display and allow editing of the year and month elements of the date.
NSYearMonthDayDatePickerElementFlag &hE0 Display and allow editing of the year, month and day elements of the date.

Date Picker Mode Constants

Constant Value Description
NSRangeDateMode 1 Allow selection of a range of dates. (First implemented in Mac OS X v 10.5.)
NSSingleDateMode 0 Allow selection of a single date.

Super class NSControlMBS

Constants

Constant Value Description
ControlSizeLarge 3 One of the constants to specify a cell’s size. A size larger than the default control size.
ControlSizeMini 2 One of the constants to specify a cell’s size. The smallest control size.
ControlSizeRegular 0 One of the constants to specify a cell’s size. The default control size.
ControlSizeSmall 1 One of the constants to specify a cell’s size. A size smaller than the default control size. more

Super class NSViewMBS

Constants

Constant Value Description
NSBezelBorder 2 One of the constants to specify the type of a view's border. A concave border that makes the view look sunken.
NSFocusRingTypeDefault 0 One of the constants for the focusringtype property. The default focus ring type for NSView or NSCell.
NSFocusRingTypeExterior 2 One of the constants for the focusringtype property. The standard Aqua focus ring.
NSFocusRingTypeNone 1 One of the constants for the focusringtype property. No focus ring. If you set the focus ring type to this value, NSView and NSCell will not draw any focus ring.
NSGrooveBorder 3 One of the constants to specify the type of a view's border. A thin border that looks etched around the image.
NSLineBorder 1 One of the constants to specify the type of a view's border. A black line border around the view.
NSNoBorder 0 One of the constants to specify the type of a view's border. No border.
NSViewHeightSizable 16 One of the constants for the autoresizingMask property. The receiver's height is flexible.
NSViewLayerContentsRedrawBeforeViewResize 3 One of the view layer content redraw policy constants.
NSViewLayerContentsRedrawDuringViewResize 2 One of the view layer content redraw policy constants.
NSViewLayerContentsRedrawNever 0 One of the view layer content redraw policy constants.
NSViewLayerContentsRedrawOnSetNeedsDisplay 1 One of the view layer content redraw policy constants.
NSViewMaxXMargin 4 One of the constants for the autoresizingMask property. The right margin between the receiver and its superview is flexible.
NSViewMaxYMargin 32 One of the constants for the autoresizingMask property. The top margin between the receiver and its superview is flexible.
NSViewMinXMargin 1 One of the constants for the autoresizingMask property. The left margin between the receiver and its superview is flexible.
NSViewMinYMargin 8 One of the constants for the autoresizingMask property. The bottom margin between the receiver and its superview is flexible.
NSViewNotSizable 0 One of the constants for the autoresizingMask property. The receiver cannot be resized.
NSViewWidthSizable 2 One of the constants for the autoresizingMask property. The receiver's width is flexible.

Window Order Constants

Constant Value Description
NSWindowAbove 1 Moves the window above the indicated window.
NSWindowBelow -1 Moves the window below the indicated window.
NSWindowOut 0 Moves the window off the screen.

Super class NSResponderMBS

This class has no sub classes.

Some methods using this class:

Some properties using for this class:

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS MacBase Plugin, MBS MacCocoa Plugin, MBS MacControls Plugin.


NSDateIntervalMBS   -   NSDirectoryEnumeratorMBS


The biggest plugin in space...