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