| 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.This method is only effective when the ViewType Property is equal to Monthly.