DateTimeFormatInfo: DayNames (let)

DayNames

Sets the names for the weekdays.



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

Parameters

Value
[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 CorLib Overview

Class DateTimeFormatInfo Overview