Back to Devexpress

IRecurrenceInfo.Duration Property

corelibraries-devexpress-dot-xtrascheduler-dot-irecurrenceinfo-9dc26d28.md

latest1.4 KB
Original Source

IRecurrenceInfo.Duration Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
TimeSpan Duration { get; set; }
vb
Property Duration As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan value that specifies the duration of the recurrence.

|

See Also

Range

Start

End

IRecurrenceInfo Interface

IRecurrenceInfo Members

DevExpress.XtraScheduler Namespace