MonobjcMonobjc Documented Class Library
NSDatePickerElementFlags Enumeration
NamespacesMonobjc.AppKitNSDatePickerElementFlags

The NSDatePickerElementFlag constants allow you to specify the date and time elements that the NSDatePickerCell can edit by combining these constants using the C bitwise OR operator. These values are used by datePickerElements and setDatePickerElements::

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSDatePickerElementFlags
Public Enumeration NSDatePickerElementFlags
public enum class NSDatePickerElementFlags
Members
MemberDescription
NSHourMinuteDatePickerElementFlag

Display and allow editing of the hour and minute elements of the date.

Available in Mac OS X v10.4 and later.


NSHourMinuteSecondDatePickerElementFlag

Display and allow editing of the hour, minute and second elements of the date.

Available in Mac OS X v10.4 and later.


NSTimeZoneDatePickerElementFlag

Display and allow editing of the time zone.

This flag has been declared for possible future use, and does not yet have any effect.

Available in Mac OS X v10.4 and later.


NSYearMonthDatePickerElementFlag

Display and allow editing of the year and month elements of the date.

Available in Mac OS X v10.4 and later.


NSYearMonthDayDatePickerElementFlag

Display and allow editing of the year, month and day elements of the date.

Available in Mac OS X v10.4 and later.


NSEraDatePickerElementFlag

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.

Available in Mac OS X v10.4 and later.


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

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