Search
DayOfWeekStyle.DayOfWeek Property
See Also
 





Gets or sets the day of the week to which this DayOfWeekStyle object is assigned.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DayOfWeek DayOfWeek { get; set; }

Visual Basic  Copy Code

Public Property DayOfWeek As DayOfWeek

 Property Value

A member of the .NET DayOfWeek enumeration. The default is Sunday.

 See Also