OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on May 21, 2008, 11:54:41 AM

Title: MonthPicker
Post by: Fred Tomke on May 21, 2008, 11:54:41 AM
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
Title: Re: MonthPicker
Post by: owenwengerd on May 22, 2008, 07:18:48 AM
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).