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