[This is preliminary documentation and is subject to change.]

The start of the weekday

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DayOfWeek WeekStartDay { get; set; }
Visual Basic (Declaration)
Public Property WeekStartDay As DayOfWeek
Visual C++
public:
property DayOfWeek WeekStartDay {
	DayOfWeek get ();
	void set (DayOfWeek value);
}

See Also