Search
Calendar.FirstWeekendDay Property
See Also
 






Gets or sets the first weekend day in the calendar.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DayOfWeek FirstWeekendDay { get; set; }

Visual Basic  Copy Code

Public Property FirstWeekendDay As DayOfWeek

 Property Value

A member of the DayOfWeek enumeration.

 Remarks

Specifies which day to regard as start of the weekend.

 See Also