DayOfWeek 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.
Days of the week for recurrence schedule.
public readonly struct DayOfWeek : IEquatable<Azure.AI.Projects.DayOfWeek>
type DayOfWeek = struct
Public Structure DayOfWeek
Implements IEquatable(Of DayOfWeek)
- Inheritance
-
DayOfWeek
- Implements
Constructors
| Name | Description |
|---|---|
| DayOfWeek(String) |
Initializes a new instance of DayOfWeek. |
Properties
| Name | Description |
|---|---|
| Friday |
Friday. |
| Monday |
Monday. |
| Saturday |
Saturday. |
| Sunday |
Sunday. |
| Thursday |
Thursday. |
| Tuesday |
Tuesday. |
| Wednesday |
Wednesday. |
Methods
| Name | Description |
|---|---|
| Equals(DayOfWeek) |
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(DayOfWeek, DayOfWeek) |
Determines if two DayOfWeek values are the same. |
| Implicit(String to DayOfWeek) |
Converts a string to a DayOfWeek. |
| Implicit(String to Nullable<DayOfWeek>) | |
| Inequality(DayOfWeek, DayOfWeek) |
Determines if two DayOfWeek values are not the same. |