Condividi tramite


Month Struct

Definition

Argument completer implementation for Month.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthTypeConverter))]
public struct Month : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.Month>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.MonthTypeConverter))>]
type Month = struct
    interface IArgumentCompleter
Public Structure Month
Implements IArgumentCompleter, IEquatable(Of Month)
Inheritance
Month
Attributes
Implements

Fields

April
August
December
February
January
July
June
March
May
November
October
September

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Month)

Compares values of enum type Month

Equals(Object)

Compares values of enum type Month (override for Object)

GetHashCode()

Returns hashCode for enum Month

ToString()

Returns string representation for Month

Operators

Equality(Month, Month)

Overriding == operator for enum Month

Implicit(Month to String)

Implicit operator to convert Month to string

Implicit(String to Month)

Implicit operator to convert string to Month

Inequality(Month, Month)

Overriding != operator for enum Month

Applies to