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

Returns the string name of the calendar view given the enumerated type

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetCalendarViewName(
	CalendarView calView
)
Visual Basic (Declaration)
Public Shared Function GetCalendarViewName ( _
	calView As CalendarView _
) As String
Visual C++
public:
static String^ GetCalendarViewName(
	CalendarView calView
)

Parameters

calView
Type: OfficeClip.Utils..::.CalendarView
The enumerated calendarview

Return Value

The string name of the calendar view

See Also