DateTimeFormatInfo: LongTimePattern (let)

LongTimePattern

Sets the pattern used to format the time part when using the T' formatting command.



 Public Property Let LongTimePattern(
	  ByRef Value As String )

Parameters

Value
[ByRef] String. The new formatting pattern.

Remarks

If this formatter is ReadOnly, an exception is thrown.

Read/Write.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview