Click or drag to resize

IKryptonMonthCalendarSetSelectionRange Method

Set the selection range.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
void SetSelectionRange(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
New starting date.
end
Type: SystemDateTime
New ending date.
See Also