dbicDate Send comments on this topic.
SelectDate(DateTime) Method
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class > SelectDate Method : SelectDate(DateTime) Method

dtDate
The Date to select in the control
Selects a specific date in the control

Syntax

Visual Basic (Declaration) 
Overloads Public Function SelectDate( _
   ByVal dtDate As Date _
) As Boolean
C# 
public bool SelectDate( 
   DateTime dtDate
)

Parameters

dtDate
The Date to select in the control

Return Value

a boolean value indicating if the selection was successful or not.

Remarks

This method requires the SelectedMode property be set to Multiple to work correctly.

Requirements

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

See Also