IntegerFormat Enum
Definition
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.