[]
Gets or sets the system format pattern of the field.
[TypeConverter(typeof(DateSystemFormatDisplayFieldTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(DateSystemFormatDisplayFieldTypeConverter))>
Public Property Pattern As String
This property retrieves the pattern for the DateSystemFormatDisplayFieldInfo. The DateTime value of the GcDateTimeCellType converts to a string as the display text of this field, following the Pattern property.