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

Gets or sets the starting date and time of an appointment.

Syntax

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

Property Value

A DateTime value.

Requirements

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

See Also