TimeCode Enumeration

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains the possible values for a time code, used when querying a schedule.

For the Web API use the TimeCode EnumType.

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 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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright