Class RevisionDateRange
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
Minimum
the minimum (oldest) date in ISO 8601 (yyyy-MM-dd) format
public string Minimum { get; set; }