DateTimeFormatInfo: ShortDatePattern (let)

ShortDatePattern

Sets the pattern used in formatting dates with the d' formatting command.



 Public Property Let ShortDatePattern(
	  ByRef RHS As String )

Parameters

RHS
[ByRef] String. The new short date 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 ShortDatePattern (get) ShortTimePattern (get)