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