CALENDAR_TYPE_CODE Class

The CALENDAR_TYPE_CODE class type lists the possible calendar types. Please note that although the APIs may accept any value, these are the valid values for calendar type.

This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.

System.Object
   CALENDAR_TYPE_CODE

[Visual Basic .NET]
Public Class CALENDAR_TYPE_CODE
   Inherits System.Object
[C#]
public class CALENDAR_TYPE_CODE: System.Object
[C++]
public __gc class CALENDAR_TYPE_CODE: public System.Object

The CALENDAR_TYPE_CODE class exposes the following integer fields.

Field Value Description
CTC_APPOINTMENT 2 Specifies an appointment.
CTC_MEETING 1 Specifies a meeting.
CTC_TASK 0 Specifies a task.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.