DateTimeFormatInfo: AbbreviatedMonthNames (let)

AbbreviatedMonthNames

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



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

Parameters

Value
[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 CorLib Overview

Class DateTimeFormatInfo Overview