MonthName 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.
MonthName enum Serialized Name: MonthName
public readonly struct MonthName : IEquatable<Azure.ResourceManager.OracleDatabase.Models.MonthName>
type MonthName = struct
Public Structure MonthName
Implements IEquatable(Of MonthName)
- Inheritance
-
MonthName
- Implements
Constructors
MonthName(String) |
Initializes a new instance of MonthName. |
Properties
April |
April value Serialized Name: MonthName.April |
August |
August value Serialized Name: MonthName.August |
December |
December value Serialized Name: MonthName.December |
February |
February value Serialized Name: MonthName.February |
January |
January value Serialized Name: MonthName.January |
July |
July value Serialized Name: MonthName.July |
June |
June value Serialized Name: MonthName.June |
March |
March value Serialized Name: MonthName.March |
May |
May value Serialized Name: MonthName.May |
November |
November value Serialized Name: MonthName.November |
October |
October value Serialized Name: MonthName.October |
September |
September value Serialized Name: MonthName.September |
Methods
Equals(MonthName) |
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
Equality(MonthName, MonthName) |
Determines if two MonthName values are the same. |
Implicit(String to MonthName) |
Converts a string to a MonthName. |
Inequality(MonthName, MonthName) |
Determines if two MonthName values are not the same. |
Applies to
Azure SDK for .NET