Bug
Bug-ID-Nummer | BUG-000091287 |
---|---|
Eingereicht | October 8, 2015 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS for Server |
Gefunden in Version | 10.3.1 |
Betriebssystem | N/A |
Betriebssystemversion | N/A |
Status | Will Not Be Addressed |
Parse the string value into the DateTime format using the code:
string inputDate = "10/08/2015";
DateTime pDT = new DateTime();
DateTime.TryParse(inputDate, out pDT);
dateProp.Value = inputDate;
However, string values work for other versions prior to ArcGIS Server 10.3.1.
Bug-ID: BUG-000091287
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen