Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.3 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.0 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 100.15
In This Article
Back to top Copyright © 2022 Esri.