IntegerFormat Enum

Definition

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

Duration 1

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

Language 3

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

Locale 4

Specifies a locale. Value = 4.

None 0

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

TimeZone 2

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

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