Click or drag to resize

IntrinsicPicklists Enumeration

Identifies the set of available intrinsic Picklist implementations.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum IntrinsicPicklists
Members
  Member nameValueDescription
Cultures1 The set of cultures as provided by the Windows System.Globalization.CultureInfo object. Implemented by the PicklistCultures class.
Currencies2 The set of currencies as provided by the Windows System.Globalization.CultureInfo and RegionInfo objects. Implemented by the PicklistCurrencies class.
Timezones3 The set of timezones as obtained from the Windows registry and managed by the platform TimeZones collection. Implemented by the PicklistTimezones class.
MonthNames4 The set of month names as provided by Windows System.Globalization for the current date culture. Implemented by the PicklistMonths class.
DaysOfTheWeek5 The set of days of the week names as provided by Windows System.Globalization for the current date culture. Implemented by the PicklistDays class.
Countries7 The set of countries as provided by the Windows System.Globalization.CultureInfo object. Implemented by the PicklistCountries class.
See Also