IntegerFormat Enumeration
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the formatting of an integer attribute.
For the Web API use the IntegerFormat EnumType.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Member name | Description | |
|---|---|---|
| Duration | Specifies to display the integer as a drop down list of durations. Value = 1. | |
| Language | Specifies the display the integer as a drop down list of installed languages. Value = 3. | |
| Locale | Specifies a locale. Value = 4. | |
| None | Specifies to display an edit field for an integer. Value = 0. | |
| TimeZone | Specifies to display the integer as a drop down list of time zones. Value = 2. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: