DateTimeFormatInfo: FirstDayOfWeek (let)

FirstDayOfWeek

Sets the first day of the week.



 Public Property Let FirstDayOfWeek(
	  ByVal Value As DayOfWeek )

Parameters

Value
[ByVal] DayOfWeek. The enum for the first day of the week.

Remarks

If this formatter is ReadOnly, an exception is thrown.

Read/Write.

See Also

Project CorLib Overview

Class DateTimeFormatInfo Overview