[]
Gets or sets the DayOfWeek value determining the first day of the week. Default is system settings.
[TypeConverter(typeof(DayOfWeekConverter))]
[C1Category("CalendarInfo")]
[C1Description("CalendarInfo.WeekStart", "The first working day of the week.")]
public DayOfWeek WeekStart { get; set; }