RecurrenceWeekStart Property

This property is used to set or get the day of the week on which a week begins. This only applies to weekly and yearly recurrences.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DayOfWeek WeekStart { get; set; }

Property Value

DayOfWeek

Remarks

A week is defined as a seven day period, starting on the day of the week defined by this property. The default value is Monday.

See Also