Läs på engelska

Dela via


IntegerFormat Enum

Definition

Describes the formatting of an integer attribute.

C++
public enum class IntegerFormat
Inheritance
IntegerFormat
Attributes

Fields

Name Value Description
None 0

Specifies to display an edit field for an integer. Value = 0.

Duration 1

Specifies to display the integer as a drop down list of durations. Value = 1.

TimeZone 2

Specifies to display the integer as a drop down list of time zones. Value = 2.

Language 3

Specifies the display the integer as a drop down list of installed languages. Value = 3.

Locale 4

Specifies a locale. Value = 4.

Remarks

For the Web API use the IntegerFormat enum type.

Find valid locale ID values for Locale at Locale ID (LCID) Chart.

Applies to

Produkt Versioner
Dataverse SDK Latest

See also