Language

WeekOfMonth Struct

Definition

The Week of Month Enum.

public readonly struct WeekOfMonth : IEquatable<Azure.ResourceManager.CommvaultContentStore.Models.WeekOfMonth>
type WeekOfMonth = struct
Public Structure WeekOfMonth
Implements IEquatable(Of WeekOfMonth)
Inheritance
WeekOfMonth
Implements

Constructors

Name Description
WeekOfMonth(String)

Initializes a new instance of WeekOfMonth.

Properties

Name Description
First

First Week.

Fourth

Fourth Week.

Last

LAST Week.

Second

Second Week.

Third

Third Week.

Methods

Name Description
Equals(WeekOfMonth)

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(WeekOfMonth, WeekOfMonth)

Determines if two WeekOfMonth values are the same.

Implicit(String to Nullable<WeekOfMonth>)
Implicit(String to WeekOfMonth)

Converts a string to a WeekOfMonth.

Inequality(WeekOfMonth, WeekOfMonth)

Determines if two WeekOfMonth values are not the same.

Applies to