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

RecurrenceBuilder.Weekly(DateTime, DateTime) Method

Returns an object used to define a weekly recurrence.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public static WeeklyRecurrenceBuilder Weekly(
    DateTime start,
    DateTime end
)

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
WeeklyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.

See Also