DayOfWeek (System.DayOfWeek)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies the day of the week.

VB.NET C#

VB.NET

Public Enum Structure DayOfWeek
  Implements System.IComparable, System.IFormattable, System.IConvertible
End Enum

Articles

ProgTips » Blog Archive » Parse the Enum!

Dim eDay As System.DayOfWeek = DayOfWeek.Monday So now we can get a textual representation of eDay using the built-in ToString() method: MessageBox.Show(eDay.ToString(

OpenNETCF.org - Working with Enumerations

foreach (DayOfWeek thisdow in OpenNETCF.Enum.GetValues( typeof (System.DayOfWeek))) { comboBox1.Items.Add(thisdow); } Figure 2: DayOfWeek members added to a ComboBox

Mono Documentation

System.DayOfWeek . Documentation for this section has not yet been entered. FullDateTimePattern: string . Gets or sets the format pattern for a long date and long ...

Mono Documentation

Mono Class Library : System Namespace System.DayOfWeek Enumeration ... System.Runtime.InteropServices.ComVisible(true)] public enum ...

DayOfWeek Enumeration (System)

Specifies the day of the week. ... The DayOfWeek enumeration represents the day of the week in calendars that have seven days per week.

DayOfWeek Enumeration

Specifies the day of the week. [Visual Basic] Public Enum DayOfWeek [C#] [Serializable] public enum DayOfWeek [C++] [Serializable] __value public enum DayOfWeek ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support