共用方式為


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

適用於