Date/Time List

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available 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.

Date/Time List

Sample code:

CBCGPDateTimeList m_wndDateTimeList;
...
m_wndDateTimeList.SetLayout(DISPLAY_DATE_AND_TIME);
m_wndDateTimeList.SetDate(date);