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

dtDate
The date to display.
bFirstLine
Determines if the date will be in the first visible row.
Attempts to ensure that a specific date is visible within the control.

Syntax

Visual Basic (Declaration) 
Public Sub ShowDate( _
   ByVal dtDate As Date, _
   ByVal bFirstLine As Boolean _
) 
C# 
public void ShowDate( 
   DateTime dtDate,
   bool bFirstLine
)

Parameters

dtDate
The date to display.
bFirstLine
Determines if the date will be in the first visible row.

Return Value

This method returns a value of type Boolean, indicating if the method was successful.

Remarks

This method is only effective when the ViewType Property is equal to Monthly.

Requirements

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

See Also