WeeklyDays 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.
To represent the days of the week in Weekly type.
public readonly struct WeeklyDays : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.WeeklyDays>
type WeeklyDays = struct
Public Structure WeeklyDays
Implements IEquatable(Of WeeklyDays)
- Inheritance
-
WeeklyDays
- Implements
Constructors
| Name | Description |
|---|---|
| WeeklyDays(String) |
Initializes a new instance of WeeklyDays. |
Properties
| Name | Description |
|---|---|
| Friday |
Sixth Day of the Week. |
| Monday |
Second Day of the Week. |
| Saturday |
Seventh Day of the Week. |
| Sunday |
First Day of the Week. |
| Thursday |
Fifth Day of the Week. |
| Tuesday |
Third Day of the Week. |
| Wednesday |
Fourth Day of the Week. |
Methods
| Name | Description |
|---|---|
| Equals(WeeklyDays) |
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(WeeklyDays, WeeklyDays) |
Determines if two WeeklyDays values are the same. |
| Implicit(String to Nullable<WeeklyDays>) | |
| Implicit(String to WeeklyDays) |
Converts a string to a WeeklyDays. |
| Inequality(WeeklyDays, WeeklyDays) |
Determines if two WeeklyDays values are not the same. |