Group
Show / Hide Table of Contents

Class RevisionDateRange

A range of revision dates in ISO 8601 (yyyy-MM-dd) format

Inheritance
System.Object
RevisionDateRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class RevisionDateRange

Properties

| Improve this Doc View Source

Maximum

the maximum (most recent) date in ISO 8601 (yyyy-MM-dd) format

Declaration
public string Maximum { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Minimum

the minimum (oldest) date in ISO 8601 (yyyy-MM-dd) format

Declaration
public string Minimum { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾