DateTimeFormatInfo: AbbreviatedDayNames (let)

AbbreviatedDayNames

Sets the weekday names to be used by this FormatProvider.



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

Parameters

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

Class DateTimeFormatInfo Overview