Enum DatePickerDisplayMode
Date picker display modes.
public enum DatePickerDisplayMode
Fields
Month = 2Displays one month at a time.
TwoMonths = 3Displays two months at a time.
TwoWeeks = 1Displays two weeks at a time.
Week = 0Displays one week at a time.
Year = 4Displays one year at a time.