Skip to main content
A newer version of this page is available. .

RecurrenceBuilder.Yearly(DateTime, Int32) Method

Returns an object used to define a yearly recurrence.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public static YearlyRecurrenceBuilder Yearly(
    DateTime start,
    int occurrenceCount
)

Parameters

Name Type Description
start DateTime

The start date and time of recurring appointments.

occurrenceCount Int32

The number of occurrences.

Returns

Type Description
YearlyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.

See Also