UIDatePickerMode Enum

Definition

An enumeration of modes available to the UIDatePicker.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIDatePickerMode
type UIDatePickerMode = 
Inheritance
UIDatePickerMode
Attributes

Fields

CountDownTimer 3

A count-down timer.

Date 1

Date selector.

DateAndTime 2

Date and time selector.

Time 0

Time selector.

Remarks

Valid modes for the UIDatePicker.

Applies to