A newer version of this page is available.
Switch to the current version.
Appointment.Duration Property
Gets or sets the duration of the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value representing the duration of the appointment. |
Remarks
The Duration property and the Appointment.Start property specify the value of the Appointment.End property for the appointment. This value is always calculated as End = Start + Duration.
NOTE
The Ticks property value of the Duration should be greater than or equal to 0.
See Also
Feedback