UIKit.UIDatePicker Members

The members of UIKit.UIDatePicker are listed below.

See Also: Inherited members from UIKit.UIControl

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
static
AppearanceUIDatePicker.UIDatePickerAppearance. Strongly-typed property that returns the UIAppearance class for this class.
CalendarFoundation.NSCalendar. The calendar used by the UIDatePicker.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CountDownDurationdouble. The seconds from which the countdown timer counts down.
DateFoundation.NSDate. The date displayed by this UIDatePicker.
LocaleFoundation.NSLocale. The locale used by this UIDatePicker.
MaximumDateFoundation.NSDate. The maximum date that this UIDatePicker can display.
MinimumDateFoundation.NSDate. The minimum date that this UIDatePicker can display.
MinuteIntervalnint. The interval at which this UIDatePicker should display minutes.
ModeUIDatePickerMode. The mode of this UIDatePicker.
TimeZoneFoundation.NSTimeZone. The time zone used by the date displayed in this UIDatePicker.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : UIDatePicker.UIDatePickerAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
static
GetAppearance<T>() : UIDatePicker.UIDatePickerAppearance
The strongly-typed IUIAppearance for this object.
static
GetAppearance<T>(UITraitCollection) : UIDatePicker.UIDatePickerAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UITraitCollection, params Type[]) : UIDatePicker.UIDatePickerAppearance
Documentation for this section has not yet been entered.
SetDate(Foundation.NSDate, bool)
Sets the date displayed in this UIDatePicker, optionally animating the change.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIDatePicker object.