System.CalendarCalendar

System.Calendar (ClassType)

Element properties:

Base ClassSystem.AdminItem.CalendarBase
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId58ce6350-048a-7d26-0ddc-7d8acb173ac0

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.AdminItem.CalendarBase:
Id  string      true 256  False 
System.Calendar:
Description  string      false 256  False 
Timezone  string      false 3000  False 

Health Model:

Source Code:

<ClassType ID="System.Calendar" Accessibility="Public" Abstract="false" Base="System.AdminItem.CalendarBase">
<Property ID="Description" Type="string"/>
<Property ID="Timezone" Type="string" Required="true" MaxLength="3000"/>
</ClassType>