'Declaration Public Enum FirstDayOfWeek Inherits System.Enum
public enum FirstDayOfWeek : System.Enum
Member | Description |
---|---|
Default | The first day of the week is the system default value. |
Friday | The first day of the week is Friday. |
Monday | The first day of the week is Monday. |
Saturday | The first day of the week is Saturday. |
Sunday | The first day of the week is Sunday. |
Thursday | The first day of the week is Thursday. |
Tuesday | The first day of the week is Tuesday. |
Wednesday | The first day of the week is Wednesday. |
Target Platforms: Windows 10, 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