MonobjcMonobjc Documented Class Library
NSDatePicker Constructor
NamespacesMonobjc.AppKitNSDatePickerNSDatePicker()()()()
Members
IconMemberDescription
NSDatePicker(NSRect)

Returns an NSControl object initialized with the specified frame rectangle.

Original signature is '- (id)initWithFrame:(NSRect)frameRect'

Available in Mac OS X v10.0 and later.


NSDatePicker(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSDatePicker()()()()
Initializes a new instance of the NSDatePicker class.

NSDatePicker(IntPtr)
Initializes a new instance of the NSDatePicker class.

NSDatePicker(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSDatePicker class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)