DatePickerContentControl.DateCalendarType Property (2007 System)
Gets or sets the type of calendar that is displayed in the DatePickerContentControl.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property DateCalendarType As WdCalendarType
'Usage
Dim instance As DatePickerContentControl
Dim value As WdCalendarType
value = instance.DateCalendarType
instance.DateCalendarType = value
[BrowsableAttribute(false)]
public WdCalendarType DateCalendarType { get; set; }
[BrowsableAttribute(false)]
public:
property WdCalendarType DateCalendarType {
WdCalendarType get ();
void set (WdCalendarType value);
}
public function get DateCalendarType () : WdCalendarType
public function set DateCalendarType (value : WdCalendarType)
Property Value
Type: WdCalendarType
One of the WdCalendarType values. The default depends on the current locale setting of the operating system.
Remarks
The default calendar type depends on the locale setting of the operating system. For example, the default calendar type for the locale English (United States) is wdCalendarWestern.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatePickerContentControl Class