RecurrenceWeek Start 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: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public DayOfWeek WeekStart { get; set; }VB
Public Property WeekStart As DayOfWeek
Get
SetC++
public:
property DayOfWeek WeekStart {
DayOfWeek get ();
void set (DayOfWeek value);
}F#
member WeekStart : DayOfWeek with get, setProperty Value
DayOfWeekRemarks
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.