dbicCalendar Send comments on this topic.
DateSelected Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : DateSelected Method

dtDate
The DateTime value to evaluate.
Gets the selected status of a date.

Syntax

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

Parameters

dtDate
The DateTime value to evaluate.

Return Value

This method returns a value of type Boolean, indicating if the specified date is selected.

Requirements

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

See Also