The members of UIKit.UIDatePicker are listed below.
See Also: Inherited members from UIKit.UIControl
| Default constructor that initializes a new instance of this class with no parameters. | ||
| Initializes the UIDatePicker with the specified frame. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] static | Appearance | UIDatePicker.UIDatePickerAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| Calendar | Foundation.NSCalendar. The calendar used by the UIDatePicker. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CountDownDuration | double. The seconds from which the countdown timer counts down. | |
| Date | Foundation.NSDate. The date displayed by this UIDatePicker. | |
| Locale | Foundation.NSLocale. The locale used by this UIDatePicker. | |
| MaximumDate | Foundation.NSDate. The maximum date that this UIDatePicker can display. | |
| MinimumDate | Foundation.NSDate. The minimum date that this UIDatePicker can display. | |
| MinuteInterval | nint. The interval at which this UIDatePicker should display minutes. | |
| Mode | UIDatePickerMode. The mode of this UIDatePicker. | |
| TimeZone | Foundation.NSTimeZone. The time zone used by the date displayed in this UIDatePicker. |
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
SetDate(Foundation.NSDate, bool)Sets the date displayed in this UIDatePicker, optionally animating the change. | ||