DateTimeFormatInfo: FirstDayOfWeek (let)

FirstDayOfWeek

Sets the first day of the week.



 Public Property Let FirstDayOfWeek(
	  ByVal RHS As DayOfWeek )

Parameters

RHS
[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 VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods FirstDayOfWeek (get) format