|
|
Date
|
| Member name | Value | Description |
|---|---|---|
| Minute | 0 | SchedulePart represents minutes. Legal values are 0 through 59. |
| Hour | 1 | SchedulePart represents hours. Legal values are 0 through 23. |
| Day | 2 | SchedulePart represents day of month. Legal values are 1 through 31. |
| Month | 3 | SchedulePart represents months. Legal values are 1 through 12. |
| DayOfWeek | 4 | SchedulePart represents day of week. Legal values are 0 through 7 where 0 is Sunday. |
The DateTimePart type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) | |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions) |