Skip to main content

IRecurrenceInfo.Duration Property

Gets or sets the duration of the interval in which recurrences occur.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

TimeSpan Duration { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value that specifies the duration of the recurrence.

See Also