Clase de CalendarRuleExtentCode
Se aplica a: CRM 2015 on-prem, CRM Online
Contains integer flags that are used for the CalendarRule.ExtentCode attribute.
Espacio de nombres: Microsoft.Crm.Sdk
Ensamblado: Microsoft.Crm.Sdk.Proxy (en Microsoft.Crm.Sdk.Proxy.dll)
Sintaxis
'Declaración
Public NotInheritable Class CalendarRuleExtentCode
public static class CalendarRuleExtentCode
Comentarios
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. |
Jerarquía heredada
System.Object
Microsoft.Crm.Sdk.CalendarRuleExtentCode
Seguridad de hilo
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para el hilo. No se garantiza que los miembros de instancia sean seguros para el hilo.
Plataformas
Plataformas de desarrollo
Windows Vista, Windows Server 2003 y
Plataformas de destino
Windows Vista,Windows XP
Vea también
Referencia
Miembros de CalendarRuleExtentCode
Espacio de nombres de Microsoft.Crm.Sdk
Otros recursos
CalendarRule Entity Messages and Methods
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.