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