Day Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the day of the week.
public enum class Day
public enum Day
type Day =
Public Enum Day
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Monday | 0 | The day Monday. |
Tuesday | 1 | The day Tuesday. |
Wednesday | 2 | The day Wednesday. |
Thursday | 3 | The day Thursday. |
Friday | 4 | The day Friday. |
Saturday | 5 | The day Saturday. |
Sunday | 6 | The day Sunday. |
Default | 7 | A default day of the week specified by the application. |
Remarks
This class is used by MonthCalendar.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET