Freigeben über


CalendarRuleExtentCode Klasse

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

Anmerkungen

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.

Vererbungshierarchie

System.Object
  Microsoft.Crm.Sdk.CalendarRuleExtentCode

Thread-Sicherheit

Alle öffentlichen statischen Mitglieder (Shared in Visual Basic) dieses Typs sind thread-sicher. Bei Instanzmitgliedern kann keine Garantie für die Thread-Sicherheit übernommen werden.

Plattformen

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows Server 2008,Windows Server 2012,Windows 7

Siehe auch

Referenz

CalendarRuleExtentCode Mitglieder
Microsoft.Crm.Sdk Namespace

Weitere Ressourcen

CalendarRule Entity Messages and Methods

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