Specifies the day of the week.
[Visual Basic] Public Enum Day [C#] public enum Day [C++] public enum Day
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Default | A default day of the week specified by the application. |
Friday | The day Friday. |
Monday | The day Monday. |
Saturday | The day Saturday. |
Sunday | The day Sunday. |
Thursday | The day Thursday. |
Tuesday | The day Tuesday. |
Wednesday | The day Wednesday. |
Namespace: System.WinForms
Assembly: System.WinForms.dll