DateTimeFormatter.Template 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個格式範本的字串表示。
public:
property Platform::String ^ Template { Platform::String ^ get(); };
winrt::hstring Template();
public string Template { get; }
var string = dateTimeFormatter.template;
Public ReadOnly Property Template As String
屬性值
表示此格式範本的字串。 如果使用格式範本或格式列舉來建構 DateTimeFormatter 物件,則字串可用來建構相同的 DateTimeFormatter。 如果模式是用來建構 DateTimeFormatter,這個屬性會傳回空字串。 如需有效格式範本的清單,請參閱 DateTimeFormatter 類別的備註。