Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IntegerFormat Enum

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Describes the formatting of an integer attribute.

public enum class IntegerFormat
[System.Runtime.Serialization.DataContract(Name="IntegerFormat", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum IntegerFormat
[<System.Runtime.Serialization.DataContract(Name="IntegerFormat", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type IntegerFormat = 
Public Enum 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

See also