DateTimeFormatInfo: MonthNames (let) |
Sets the full month names to be used by the formatter.
Public Property Let MonthNames( ByRef Value ( ) As String )
There must be exactly 13 months. Some cultures have 13 months in a calendar year. If a culture only has 12 months, then 13th month is empty. If this formatter is ReadOnly, an exception is thrown.
Read/Write.