TimeCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the possible values for a time code, used when querying a schedule.
public enum class TimeCode
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum TimeCode
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type TimeCode =
Public Enum TimeCode
- Inheritance
-
TimeCode
- Attributes
Fields
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. |