ScheduledActionsScheduleWeekDay Struct
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.
Representation of the possible selection of days in a week in a gregorian calendar.
public readonly struct ScheduledActionsScheduleWeekDay : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionsScheduleWeekDay>
type ScheduledActionsScheduleWeekDay = struct
Public Structure ScheduledActionsScheduleWeekDay
Implements IEquatable(Of ScheduledActionsScheduleWeekDay)
- Inheritance
-
ScheduledActionsScheduleWeekDay
- Implements
Constructors
| Name | Description |
|---|---|
| ScheduledActionsScheduleWeekDay(String) |
Initializes a new instance of ScheduledActionsScheduleWeekDay. |
Properties
| Name | Description |
|---|---|
| All |
All week days. |
| Friday |
Friday weekday. |
| Monday |
Monday weekday. |
| Saturday |
Saturday weekday. |
| Sunday |
Sunday weekday. |
| Thursday |
Thursday weekday. |
| Tuesday |
Tuesday weekday. |
| Wednesday |
Wednesday weekday. |
Methods
| Name | Description |
|---|---|
| Equals(ScheduledActionsScheduleWeekDay) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ScheduledActionsScheduleWeekDay, ScheduledActionsScheduleWeekDay) |
Determines if two ScheduledActionsScheduleWeekDay values are the same. |
| Implicit(String to Nullable<ScheduledActionsScheduleWeekDay>) | |
| Implicit(String to ScheduledActionsScheduleWeekDay) |
Converts a string to a ScheduledActionsScheduleWeekDay. |
| Inequality(ScheduledActionsScheduleWeekDay, ScheduledActionsScheduleWeekDay) |
Determines if two ScheduledActionsScheduleWeekDay values are not the same. |