[This is preliminary documentation and is subject to change.]
The set of Data types supported by PartialDateType
| C# | Visual Basic | Visual C++ |
public enum DateType
Public Enumeration DateType
public enum class DateType
| Member | Description |
|---|---|
| Date |
The PartialDateType instance contains year, month, and day information
|
| GYear |
The PartialDateType instance contains only the year
|
| GYearMonth |
The PartialDateType instance contains only the year and month
|
| Unknown |
The PartialDateType instance does not contain enough information to
determine the datatype. For example, the value could be null.
|