dbicMonth Send comments on this topic.
AllDayEvent Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentItem Class : AllDayEvent Property

Determines if the appointment will be an all day appointment.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AllDayEvent As Boolean
C# 
public virtual bool AllDayEvent {get; set;}

Property Value

A Boolean value

Requirements

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

See Also