dbicMonth Send comments on this topic.
SelectDates Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth Class : SelectDates Method

objDates
The DateTimeCollection of dates that will be selected in the control.
Selects dates in the control, based on the supplied value(s).

Syntax

Visual Basic (Declaration) 
Public Sub SelectDates( _
   ByVal objDates As DateTimeCollection _
) 
C# 
public void SelectDates( 
   DateTimeCollection objDates
)

Parameters

objDates
The DateTimeCollection of dates that will be selected in the control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also