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

Gets or sets the ending date and time for an appointment.

Syntax

Visual Basic (Declaration) 
Public Overridable Property End As Date
C# 
public virtual DateTime End {get; set;}

Property Value

A DateTime value

Requirements

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

See Also