DatePickerContentControl.DateCalendarType Property

Gets or sets the type of calendar that is displayed in the DatePickerContentControl.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Property DateCalendarType As WdCalendarType
WdCalendarType DateCalendarType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.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

See Also

Reference

DatePickerContentControl Interface

Microsoft.Office.Tools.Word Namespace