CalendarRuleExtentCode Class

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains integer flags that are used for the CalendarRule.ExtentCode attribute.

Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

'Declaration
Public NotInheritable Class CalendarRuleExtentCode
public static class CalendarRuleExtentCode

Remarks

The ExtentCode attribute defines how calendar rule overlap is handled during calendar rule expansion.

The following table shows the values for this class.

Member Value Description

SubtractRecurrenceIntervals

1

The recurrence duration determines the shadowing of that rule. Use this value to indicate working hours and a full day 24-hour shadow.

SubtractResults

2

Specifies that only the rule duration is shadowed. Use this value to indicate time off. For example, 4 hours of time off allow working hours to appear before and after.

Transparent

0

Specifies no shadowing of calendar rules. All rules are displayed even if they are shadowed or preceded by other rules.

Inheritance Hierarchy

System.Object
  Microsoft.Crm.Sdk.CalendarRuleExtentCode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

CalendarRuleExtentCode Members
Microsoft.Crm.Sdk Namespace

Other Resources

CalendarRule Entity Messages and Methods

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.