DateTimeFormatInfo: LongDatePattern (let)

LongDatePattern

Sets a pattern used for formatting just the date portion and is associated with the D' formatting command.



 Public Property Let LongDatePattern(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The pattern used to format the date.

Remarks

If this formatter is ReadOnly, an exception is thrown.

Read/Write.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview