DateTimeFormatInfo: AbbreviatedDayNames (let)

AbbreviatedDayNames

Sets the weekday names to be used by this FormatProvider.



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

Parameters

RHS
[ByRef] String. An array of weekday names to be uses as abbreviated weekday names.

Remarks

The array must contain exactly 7 days. If the DateTimeFormatInfo is ReadOnly then an exception will be thrown.

Read/Write.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods AbbreviatedDayNames (get) AbbreviatedMonthNames (get)