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

objAppoint
The dbiPim.dbiAppointmentItem to evaluate.
Determines if an appointment is located in a dead zone.

Syntax

Visual Basic (Declaration) 
Public Function InDeadZone( _
   ByVal objAppoint As dbiAppointmentItem _
) As Boolean
C# 
public bool InDeadZone( 
   dbiAppointmentItem objAppoint
)

Parameters

objAppoint
The dbiPim.dbiAppointmentItem to evaluate.

Return Value

This method returns a value of type Boolean, indicating if the appointment is in a dead zone.This method returns a value of type Boolean, indicating if the appointment is in a dead zone.

Requirements

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

See Also