Show / Hide Table of Contents

Class Month

Month of the year.

Inheritance
object
Month
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class Month

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Month.NameEnum? Name { get; set; }
Property Value
Type Description
Month.NameEnum?

Name of the month of the year.

Remarks

Required

In this article
Back to top