DateTimeFormatInfo: AbbreviatedMonthNames (let)

AbbreviatedMonthNames

Sets the abbreviated month names to be used by the formatter.



 Public Property Let AbbreviatedMonthNames(
	  ByRef RHS ( ) As String )

Parameters

RHS
[ByRef] String. The array of month names to be used.

Remarks

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.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods AbbreviatedMonthNames (get) AMDesignator (get)