SubCode EnumType
Contains the possible values for a subcode, used in scheduling appointments.
Members
Members define the discrete options for the enumeration type.
| Name | Value | Description |
|---|---|---|
| Unspecified | 0 | Specifies free time with no specified restrictions. |
| Schedulable | 1 | A schedulable block of time. |
| Committed | 2 | A block of time that is committed to perform an action. |
| Uncommitted | 3 | A block of time that is tentatively scheduled but not committed. |
| Break | 4 | A block of time that cannot be committed due to a scheduled break. |
| Holiday | 5 | A block of time that cannot be scheduled due to a scheduled holiday. |
| Vacation | 6 | A block of time that cannot be scheduled due to a scheduled vacation. |
| Appointment | 7 | A block of time that is already scheduled for an appointment. |
| ResourceStartTime | 8 | Specifies to filter a resource start time. |
| ResourceServiceRestriction | 9 | A restriction for a resource for the specified service. |
| ResourceCapacity | 10 | Specifies the capacity of a resource for the specified time interval. |
| ServiceRestriction | 11 | Specifies that a service is restricted during the specified block of time. |
| ServiceCost | 12 | An override to the service cost for the specified time block. |
Used by
The following use the SubCode EnumType.
| Name | How used |
|---|---|
| TimeInfo | SubCode Property |