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

RecurrenceBuilder.Daily(DateTime) Method

Returns an object used to define a daily recurrence that lasts indefinitely.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public static DailyRecurrenceBuilder Daily(
    DateTime start
)

Parameters

Name Type Description
start DateTime

The start date and time of recurring appointments.

Returns

Type Description
DailyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.

See Also