Version

FirstWeekDay Enumeration

Defines first day of the week.
Syntax
'Declaration
 
Public Enum FirstWeekDay 
   Inherits System.Enum
public enum FirstWeekDay : System.Enum 
Members
MemberDescription
FridayFriday is the first week day.
MondayMonday is the first week day.
SaturdaySaturday is the first week day.
SundaySunday is the first week day.
ThursdayThursday is the first week day.
TuesdayTuesday is the first week day.
WednesdayWednesday is the first week day.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub