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)
Search on CDateTimePickerCtrl::Create.
GetMonthCalColor (nColorType)
Search on CDateTimePickerCtrl::GetMonthCalColor.
GetRange (lpSysTimeArray)
Search on CDateTimePickerCtrl::GetRange.
GetSystemTime (lpSysTime)
Search on CDateTimePickerCtrl::GetSystemTime.
SetFormat (lpszFormat)
Search on CDateTimePickerCtrl::SetFormat.
SetMonthCalColor (nColorType, clr)
Search on CDateTimePickerCtrl::SetMonthCalColor.
SetMonthCalFont (args?...)
Search on CDateTimePickerCtrl::SetMonthCalFont.
SetRange (dwFlags, lpSysTimeArray)
Search on CDateTimePickerCtrl::SetRange.
SetSystemTime (dwFlags, lpSysTime)
Search on CDateTimePickerCtrl::SetSystemTime.

This class also inherits the functions of GWindowBase.