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

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

Syntax

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.

Requirements

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

See Also