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 Value As String )

Parameters

Value
[ByRef] String. The new YearMonth formatting pattern.

Remarks

If this formatter is ReadOnly, an exception is thrown.

Read/Write.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview