Enum PopupDateFormat
Format of a date field in a popup.
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum PopupDateFormat
Remarks
Controls how a date field is displayed in a popup.
Fields
| Name | Description |
|---|---|
| DayShortMonthYear | Example: 30 Dec 1997. |
| LongDate | Example: Tuesday, December 30, 1997. |
| LongMonthDayYear | Example: December 30, 1997. |
| LongMonthYear | Example: December 1997. |
| ShortDate | Example: 12/30/1997. |
| ShortDateLE | Example: 30/12/1997. |
| ShortDateLELongTime | Example: 30/12/1997 5:59:59 PM. |
| ShortDateLELongTime24 | Example: 30/12/1997 17:59:59. |
| ShortDateLEShortTime | Example: 30/12/1997 6:00 PM. |
| ShortDateLEShortTime24 | Example: 30/12/1997 18:00. |
| ShortDateLongTime | Example: 12/30/1997 5:59:59 PM. |
| ShortDateLongTime24 | Example: 12/30/1997 17:59:59. |
| ShortDateShortTime | Example: 12/30/1997 6:00 PM. |
| ShortDateShortTime24 | Example: 12/30/1997 18:00. |
| ShortMonthYear | Example: Dec 1997. |
| Year | Example: 1997. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |