DateTimeFormatter.LongTime 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 DateTimeFormatter 对象,该对象根据用户选择的长时间模式设置时间格式。
public:
static property DateTimeFormatter ^ LongTime { DateTimeFormatter ^ get(); };
static DateTimeFormatter LongTime();
public static DateTimeFormatter LongTime { get; }
var dateTimeFormatter = DateTimeFormatter.longTime;
Public Shared ReadOnly Property LongTime As DateTimeFormatter
属性值
一个 DateTimeFormatter 对象,等效于使用“longtime”模板构造的一个对象。