TimeCode Enumeration
Applies To: Dynamics CRM 2015
Contains the possible values for a time code, used when querying a schedule.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public enum TimeCode
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public enum class TimeCode
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")>]
type TimeCode
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public Enumeration TimeCode
Members
Member name | Description | |
---|---|---|
Available | The time is available within the working hours of the resource. Value = 0. |
|
Busy | The time is committed to an activity. Value = 1. |
|
Filter | Use additional filters for the time block such as service cost or service start time. Value = 3. |
|
Unavailable | The time is unavailable. Value = 2. |
See Also
QueryScheduleRequest
QueryMultipleSchedulesRequest
TimeInfo
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright