Show / Hide Table of Contents

Class ValueDate

The date field value.

Inheritance
object
FieldValue
ValueDate
Inherited Members
FieldValue.Text
FieldValue.Confidence
FieldValue.BoundingPolygon
FieldValue.WordIndexes
FieldValue.NormalizedValue
FieldValue.NormalizedConfidence
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class ValueDate : FieldValue

Properties

Value

Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public DateTime? Value { get; set; }
Property Value
Type Description
DateTime?

The date field value as yyyy-mm-dd.

Remarks

Required

In this article
Back to top