| Visual Basic (Declaration) | |
|---|---|
Public Function FindNextAppointment() As Integer | |
| C# | |
|---|---|
public int FindNextAppointment() | |
Return Value
This method returns a value of type Integer, indicating the index value of the first non-visible appointment following the displayed time frame.
A value of -1 indicates that there is no appointment following the displayed time frame.