[]
Gets or sets the format for the year.
[TypeConverter(typeof(YearFormatTypeConverter))]
public string YearFormat { get; set; }
<TypeConverter(GetType(YearFormatTypeConverter))>
Public Property YearFormat As String
Type | Description |
---|---|
string | A string value that indicates the year format. |