Version

RangeMax Property (CalendarSelectedDates)

Gets sets maximum date of the range of selected in the calendar.
Syntax
'Declaration
 
Public Property RangeMax As Date
public DateTime RangeMax {get; set;}
Remarks

Notes:

Change of that property resets all selected dates.

That property is reset on any change of items in CalendarSelectedDates.

When that property is set, then it is equivalent to the following: SetIndividualDatesAndRange(null, RangeMin, value)

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also