<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

DateField

public class DateField : Field
Represents the Date field object.
public bool AllowSortTally { get; set; }

Gets or sets a value indicating whether the document list is sorted on this Field.

public string Formatting { get; set; }

Gets or sets a value indicates the format used to display date and whole number.

public bool OpenToAssociations { get; set; }

Gets or sets a value indicating whether this Field information can be displayed on an associated object field.

public bool Wrapping { get; set; }

Gets or sets a value indicating whether this Field wraps in this field.

public DateField()

Initializes a new instance of the DateField class.