Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.47 KB

nf-commctrl-monthcal_getselrange.md

File metadata and controls

67 lines (56 loc) · 2.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.MonthCal_GetSelRange
MonthCal_GetSelRange macro (commctrl.h)
Retrieves date information that represents the upper and lower limits of the date range currently selected by the user. You can use this macro or send the MCM_GETSELRANGE message explicitly.
MonthCal_GetSelRange
MonthCal_GetSelRange macro [Windows Controls]
_win32_MonthCal_GetSelRange
_win32_MonthCal_GetSelRange_cpp
commctrl/MonthCal_GetSelRange
controls.MonthCal_GetSelRange
controls._win32_MonthCal_GetSelRange
controls\MonthCal_GetSelRange.htm
Controls
VS|Controls|~\controls\monthcal\macros\monthcal_getselrange.htm
12/05/2018
MonthCal_GetSelRange, MonthCal_GetSelRange macro [Windows Controls], _win32_MonthCal_GetSelRange, _win32_MonthCal_GetSelRange_cpp, commctrl/MonthCal_GetSelRange, controls.MonthCal_GetSelRange, controls._win32_MonthCal_GetSelRange
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
MonthCal_GetSelRange
commctrl/MonthCal_GetSelRange
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
MonthCal_GetSelRange

MonthCal_GetSelRange macro

-description

Retrieves date information that represents the upper and lower limits of the date range currently selected by the user. You can use this macro or send the MCM_GETSELRANGE message explicitly.

-parameters

-param hmc

Type: HWND

Handle to a month calendar control.

-param rgst

Type: LPSYSTEMTIME

Pointer to a two-element array of SYSTEMTIME structures that will receive the lower and upper limits of the user's selection. The lower and upper limits are placed in lprgSysTimeArray[0] and lprgSysTimeArray[1], respectively. The time members of these structures will not be modified. This parameter must be a valid address and cannot be NULL.