MonthPicker

Started by Fred Tomke, May 21, 2008, 11:54:41 AM

Previous topic - Next topic

Fred Tomke

Hello,

who can tell me the differences between these three methods? The MSDN was not really helpful.

dcl_Month_GetMonthRangeEnd
This method gets the largest allowable date limit of the MonthCalender.
dcl_Month_GetRangeEnd
This method gets the current maximum dates set in the MonthCalender.
dcl_Month_GetSelRangeEnd
This method gets the highest selected date of the MonthCalender.

Thanks for your information.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

MonthRange returns the visible range (which varies based ont he size of the control), Range returns the minimum and maximum displayable range (set by code), and SelRange returns the current selected range (set by user selection).