CommvaultDayOfWeek 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.
The Day of Week Enum.
public readonly struct CommvaultDayOfWeek : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.CommvaultDayOfWeek>
type CommvaultDayOfWeek = struct
Public Structure CommvaultDayOfWeek
Implements IEquatable(Of CommvaultDayOfWeek)
- Inheritance
-
CommvaultDayOfWeek
- Implements
Constructors
| Name | Description |
|---|---|
| CommvaultDayOfWeek(String) |
Initializes a new instance of CommvaultDayOfWeek. |
Properties
| Name | Description |
|---|---|
| Day |
Any Day of the week. |
| 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. |
| Weekday |
Weekday Identifier. |
| WeekendDays |
Weekend Identifier. |
Methods
| Name | Description |
|---|---|
| Equals(CommvaultDayOfWeek) |
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(CommvaultDayOfWeek, CommvaultDayOfWeek) |
Determines if two CommvaultDayOfWeek values are the same. |
| Implicit(String to CommvaultDayOfWeek) |
Converts a string to a CommvaultDayOfWeek. |
| Implicit(String to Nullable<CommvaultDayOfWeek>) | |
| Inequality(CommvaultDayOfWeek, CommvaultDayOfWeek) |
Determines if two CommvaultDayOfWeek values are not the same. |