Enum DatePickerDisplayMode
Date picker display modes.
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public enum DatePickerDisplayMode
Fields
| Name | Description |
|---|---|
| Month | Displays one month at a time. |
| TwoMonths | Displays two months at a time. |
| TwoWeeks | Displays two weeks at a time. |
| Week | Displays one week at a time. |
| Year | Displays one year at a time. |