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

Sets the calendar view

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

Syntax

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

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: OfficeClip.Utils..::.CalendarView
The value of the property

See Also