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

Sets the day of week value of the property

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

Syntax

C#
protected void SetDayOfWeek(
	int index,
	DayOfWeek value
)
Visual Basic (Declaration)
Protected Sub SetDayOfWeek ( _
	index As Integer, _
	value As DayOfWeek _
)
Visual C++
protected:
void SetDayOfWeek(
	int index, 
	DayOfWeek value
)

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: System..::.DayOfWeek
The value of the property

See Also