DateTimeFormatInfo: LongTimePattern (let)

LongTimePattern

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



 Public Property Let LongTimePattern(
	  ByRef RHS As String )

Parameters

RHS
[ByRef] String. The new 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 LongTimePattern (get) MonthDayPattern (get)