CIMKGDurativeEventsDurationConstraint Class Properties
In This Topic
For a list of all members of this type, see CIMKGDurativeEventsDurationConstraint members.
Public Properties
| | Name | Description |
 | MaxDuration |
Gets or sets the maximum duration. The unit of maximum duration is TimeUnit.
This value is only used if UseMaxDuration is true.
|
 | MinDuration |
Gets or sets the minimum duration. The unit of minimum duration is TimeUnit.
|
 | TimeUnit |
Gets or sets the unit of minimum and maximum durations.
Accepted values are {
esriTimeUnitsMilliseconds,
esriTimeUnitsSeconds,
esriTimeUnitsMinutes,
esriTimeUnitsHours,
esriTimeUnitsDays,
esriTimeUnitsWeeks }.
|
 | UseMaxDuration |
Gets or sets a value indicating whether the maximum duration should be used.
|
Top
See Also