DateTimeFormatInfo: DayNames (let)

DayNames

Sets the names for the weekdays.



 Public Property Let DayNames(
	  ByRef RHS ( ) As String )

Parameters

RHS
[ByRef] String. An array containing the weekday names to be used.

Remarks

There must be exactly 7 names. If this formatter is ReadOnly, an exception will be thrown.

Read/Write.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods DayNames (get) Equals