DurationProperty Class

The DurationProperty class is used to define duration resolution, which is a time limit before something is due.

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.

The resolution can be done by using one of the following ways:

  • Hour based. A number of hours using a calendar provider to skip non working hours. Defined using a DurationHourProperty class.

  • Day based. A number of days using a calendar provider to skip non working days. Defined using a DurationDayProperty class.

  • Week based. Defined using a DurationWeekProperty class.

  • Month based. Defined using a DurationMonthProperty class.

  • Year based. Defined using a DurationYearProperty class.

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: