DateTimeFormatter.LongTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the DateTimeFormatter object that formats times according to the user's choice of long time pattern.
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
Property Value
A DateTimeFormatter object equivalent to one constructed with the "longtime" template.