RSDDatePickerMode
public enum RSDDatePickerMode : String
RSDDatePickerMode
describes the type of UI picker to display for dates and times.
Seealso
RSDDatePickerDataSource
-
Displays hour, minute, and optionally AM/PM designation depending on the locale setting (e.g. 6 | 53 | PM)
Declaration
Swift
case time
-
Displays month, day, and year depending on the locale setting (e.g. November | 15 | 2007)
Declaration
Swift
case date
-
Displays date, hour, minute, and optionally AM/PM designation depending on the locale setting (e.g. Wed Nov 15 | 6 | 53 | PM)
Declaration
Swift
case dateAndTime