A newer version of this page is available.
Switch to the current version.
Appointment.Start Property
Gets or sets the start date and time of the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value that is the start of the appointment. |
Remarks
The Start property and the Appointment.Duration property specify the value of the Appointment.End property for the appointment. This value is always calculated as End = Start + Duration.
NOTE
If the Appointment.AllDay property is set to true, then the start date of the appointment is the Date of the Start, and the start time of the appointment is 0:00.
See Also
Feedback