FirstDayOfWeek (Microsoft.VisualBasic.FirstDayOfWeek)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: Microsoft.VisualBasic.dll

The FirstDayOfWeek enumeration contains constants used to identify specific days of the week when using the DateDiff, DatePart, and Weekday functions. These constants can be used anywhere in your code.

VB.NET C#

VB.NET

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

Articles

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