Table of Contents

Class RevisionDateRange

Namespace
Textkernel.Tx.Models.API.Matching.Request
Assembly
Textkernel.Tx.SDK.dll

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

public class RevisionDateRange
Inheritance
RevisionDateRange
Inherited Members

Properties

Maximum

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

public string Maximum { get; set; }

Property Value

string

Minimum

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

public string Minimum { get; set; }

Property Value

string