Language

MonthOfYear Struct

Definition

The Month of Year Enum.

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

Constructors

Name Description
MonthOfYear(String)

Initializes a new instance of MonthOfYear.

Properties

Name Description
April

Fourth Month of the Year.

August

Eighth Month of the Year.

December

Twelfth Month of the Year.

February

Second Month of the Year.

January

First Month of the Year.

July

Seventh Month of the Year.

June

Sixth Month of the Year.

March

Third Month of the Year.

May

Fifth Month of the Year.

November

Eleventh Month of the Year.

October

Tenth Month of the Year.

September

Ninth Month of the Year.

Methods

Name Description
Equals(MonthOfYear)

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

Determines if two MonthOfYear values are the same.

Implicit(String to MonthOfYear)

Converts a string to a MonthOfYear.

Implicit(String to Nullable<MonthOfYear>)
Inequality(MonthOfYear, MonthOfYear)

Determines if two MonthOfYear values are not the same.

Applies to