Enum DatePrecisionType
The precision of a Date.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum DatePrecisionType : int
Fields
Name | Description |
---|---|
Date | The Date specifies only the date. |
DateTime | The Date specifies the date and time. |
Year | The Date specifies only the year. |
YearMonth | The Date specifies only the year and month. |