element <calendarType> (local)
Namespace:
Type:
Content:
simple
Defined:
XML Representation Summary
<calendarType>
   
Content: 
{ "-1" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" }
</calendarType>
Included in content model of elements (3):
getCalendarDaysRequest, getFreeBusyDaysRequest, getQuickViewRequest
Annotation
Optional calendar type to return. Defaults to Gregorian.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="calendarType" type="calendarLocaleEnum">
<xsd:annotation>
<xsd:documentation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
</xsd:annotation>
</xsd:element>