DateTimeFormatInfo: YearMonthPattern (let)

YearMonthPattern

Sets the pattern that represents a YearMonth combination. This is associated with the y' or 'Y' formatting commands.



 Public Property Let YearMonthPattern(
	  ByRef RHS As String )

Parameters

RHS
[ByRef] String. The new YearMonth formatting 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 YearMonthPattern (get)