Gets an array of format picture strings which can be used to format the date. The returned format strings depend on the culture set for the date field's text. A TextControl uses Day, Month, Year, and Era Format Picture strings to format a date.

Syntax

public string[] SupportedDateFormats { get; }
Public ReadOnly Property SupportedDateFormats As String()