DateTimeFormatInfo: FullDateTimePattern (let)

FullDateTimePattern

Sets the formatting pattern used for a full date and time formatting, and is associated with the F' formatting command.



 Public Property Let FullDateTimePattern(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new full date and time formatting pattern.

Read/Write.

Remark

If this formatter is ReadOnly, an exception will be thrown.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview