UIDatePickerMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Time | 0 | Time selector. |
Date | 1 | Date selector. |
DateAndTime | 2 | Date and time selector. |
CountDownTimer | 3 | A count-down timer. |
Valid modes for the UIDatePicker.