An enum used to represent the different display formats an Agentry Duration field can be set to.
| Member name | Description | Value |
|---|---|---|
| SMPOpenUIDurationDisplayFormatUnknown | The model is invalid and the display format cannot be queried. | -1 |
| SMPOpenUIDurationDisplayFormatHourMinSec | HH:MM:SS. | 0 |
| SMPOpenUIDurationDisplayFormatHourMin | HH:MM. | 1 |
| SMPOpenUIDurationDisplayFormatMinSec | MM:SS. | 2 |
| SMPOpenUIDurationDisplayFormatDecHour | HH.XX. | 3 |