Enum BaseDatePicker.DisplayMode
Represents the display mode of the date picker.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public enum BaseDatePicker.DisplayMode
Fields
| Name | Description |
|---|---|
| Days | A list of days is displayed. |
| Months | A list of months is displayed. |
| Years | A list of years is displayed. |