共用方式為


DateTimeFormatter.Template 屬性

定義

取得這個格式範本的字串表示。

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

屬性值

String

Platform::String

winrt::hstring

表示此格式範本的字串。 如果使用格式範本或格式列舉來建構 DateTimeFormatter 物件,則字串可用來建構相同的 DateTimeFormatter。 如果模式是用來建構 DateTimeFormatter,這個屬性會傳回空字串。 如需有效格式範本的清單,請參閱 DateTimeFormatter 類別的備註。

適用於

另請參閱