DateTimeFormatInfo: AbbreviatedMonthNames (let) |
Sets the abbreviated month names to be used by the formatter.
Public Property Let AbbreviatedMonthNames( ByRef Value ( ) As String )
There must be exactly 13 months. Some cultures have 13 months in the
year. For those cultures that only have 12, and empty string as the 13 is all that is needed.
If the formatter is ReadOnly, an exception will be thrown.
Read/Write.