GDateTimePickerCtrl

GDateTimePickerCtrl — a way to enter a date and time, based on CDateTimeCtrl.

Synopsis

class GDateTimePickerCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GDateTimePickerCtrl

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CDateTimePickerCtrl::Create.

GetMonthCalColor (nColorType)

Corresponds to CDateTimePickerCtrl::GetMonthCalColor.

GetRange (lpSysTimeArray)

Corresponds to CDateTimePickerCtrl::GetRange.

GetSystemTime (lpSysTime)

Corresponds to CDateTimePickerCtrl::GetSystemTime.

SetFormat (lpszFormat)

Corresponds to CDateTimePickerCtrl::SetFormat.

SetMonthCalColor (nColorType, clr)

Corresponds to CDateTimePickerCtrl::SetMonthCalColor.

SetMonthCalFont (args?...)

Corresponds to CDateTimePickerCtrl::SetMonthCalFont.

SetRange (dwFlags, lpSysTimeArray)

Corresponds to CDateTimePickerCtrl::SetRange.

SetSystemTime (dwFlags, lpSysTime)

Corresponds to CDateTimePickerCtrl::SetSystemTime.

This class also inherits the functions of GWindowBase.