DateTimeFormatInfo: MonthNames (let)

MonthNames

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



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

Parameters

Value
[ByRef] String. The array of month names.

Remarks

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.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview