AppointmentItem.Duration Property
In This Article
Returns the appointment duration.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public TimeSpan Duration { get; }
#Property Value
Type | Description |
---|---|
Time |
The appointment duration. |
See Also