RecurrenceBuilder.Yearly(DateTime, DateTime) Method
Returns an object used to define a yearly recurrence.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | The start date and time of recurring appointments. |
end | DateTime | The end date and time of recurring appointments. |
Returns
Type | Description |
---|---|
YearlyRecurrenceBuilder | A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence. |
See Also