DateTimeFormatInfo: MonthDayPattern (let)

MonthDayPattern

Sets the month/day formatting pattern associated with either m' or 'M' formatting commands.



 Public Property Let MonthDayPattern(
	  ByRef RHS As String )

Parameters

RHS
[ByRef] String. The new Month/Day pattern

Remarks

If this formatter is ReadOnly, an exception is thrown.

Read/Write.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods MonthDayPattern (get) MonthNames (get)