Show / Hide Table of Contents

Class DayOfWeek

Day of the week.

Inheritance
object
DayOfWeek
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 DayOfWeek

Properties

Name

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

Name of the day of the week.

Remarks

Required

In this article
Back to top