Date/Time List
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
A class CBCGPDateTimeList implements a touch-friendly date-time picker. This control can be created either as a dialog/form child window or as a popup window.
The following layouts are implemented in this control:
- Date: only dates are displayed in the list.
- Time: only dates are displayed in the list.
- Date and Time: both dates and times are displayed in the separate columns.
- Tabbed Date and Time: the user can switch between the date and time lists by clicking the tab on top.
The date and time values can be arranged in the separate columns; for example, the date list can be represented as Year, Month, and Day columns, and each column can be separately scrolled.
Sample code:
CBCGPDateTimeList m_wndDateTimeList;
...
m_wndDateTimeList.SetLayout(DISPLAY_DATE_AND_TIME);
m_wndDateTimeList.SetDate(date);