DateTimeFormatter.LongDate 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 dates according to the user's choice of long date pattern.
public:
static property DateTimeFormatter ^ LongDate { DateTimeFormatter ^ get(); };
static DateTimeFormatter LongDate();
public static DateTimeFormatter LongDate { get; }
var dateTimeFormatter = DateTimeFormatter.longDate;
Public Shared ReadOnly Property LongDate As DateTimeFormatter
Property Value
A DateTimeFormatter object equivalent to one constructed with the "longdate" template.