dbicDayView Send comments on this topic.
FindPrevAppointment Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : FindPrevAppointment Method

Retrieves the first non-visible appointment before the displayed time frame.

Syntax

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.

Requirements

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

See Also