ContentControl.DateDisplayLocale 属性

定义

获取或设置在表示日期选择器的 ContentControl 中显示的日期的语言格式。

public:
 property Microsoft::Office::Interop::Word::WdLanguageID DateDisplayLocale { Microsoft::Office::Interop::Word::WdLanguageID get(); void set(Microsoft::Office::Interop::Word::WdLanguageID value); };
public Microsoft.Office.Interop.Word.WdLanguageID DateDisplayLocale { get; set; }
member this.DateDisplayLocale : Microsoft.Office.Interop.Word.WdLanguageID with get, set
Public Property DateDisplayLocale As WdLanguageID

属性值

在控件中显示的日期的语言格式。

例外

属性Type没有值 Microsoft.Office.Interop.Word。WdContentControlType.wdContentControlDate。

注解

仅当 表示日期选取器时, ContentControl 才能使用此属性。

属性的DateDisplayLocale默认值取决于 Microsoft Office Word 中指定的编辑语言。 例如,英语 (美国) 的默认语言格式为 wdEnglishUS

适用于