MindFusion.Scheduling for ASP.NET Programmer's Guide
DayOfWeekFormat Enumeration
See Also
 





Specifies the display format of a day of the week.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum DayOfWeekFormat

Visual Basic  Copy Code

Public Enum DayOfWeekFormat

 Members

  Member name Value Description

Unspecified

-1

Unspecified.

SingleLetter

0

Only the first letter of the name of the day is displayed.

Abbreviated

1

The first three letters of the day of the week are displayed.

Full

2

The complete name of the day of the week is displayed.

 See Also

MindFusion.Scheduling.WebForms Namespace