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 类的备注。

适用于

另请参阅