TimeZoneEnumPropertyType(TElement, TValue) Class

The TimeZoneEnumPropertyType class is used to retrieve a list of time zone types.

Namespace:  Microsoft.Dynamics.AX.Framework.Workflow.Model
Assembly:  Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)

No code example is currently available or this language may not be supported.

Type Parameters

TElement
TValue

The TimeZoneEnumPropertyType class extends the EnumPropertyType class, which is used to describe advanced UI lookup that contains several rows and columns shown in a grid.

The GetLookupList method returns a collection of EnumField classes. Each of them represents a row in the grid and contains a collection of columns.

System.Object
  Microsoft.Dynamics.AX.Framework.MetaModel.PropertyType
    Microsoft.Dynamics.AX.Framework.MetaModel.EnumPropertyType
      Microsoft.Dynamics.AX.Framework.MetaModel.EnumPropertyType<TElement, TValue>
        Microsoft.Dynamics.AX.Framework.Workflow.Model.TimeZoneEnumPropertyType<TElement, TValue>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: