TimeCode EnumType
Contains the possible values for a time code, used when querying a schedule.
Members
Members define the discrete options for the enumeration type.
Name | Value | Description |
---|---|---|
Available | 0 | The time is available within the working hours of the resource. |
Busy | 1 | The time is committed to an activity. |
Unavailable | 2 | The time is unavailable. |
Filter | 3 | Use additional filters for the time block such as service cost or service start time. |
Used by
The following use the TimeCode EnumType.
Name | How used |
---|---|
TimeInfo | TimeCode Property |
QuerySchedule | TimeCodes Parameter |