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.v19.2.dll

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