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

Converts the periodicity representation to profile from the Periodicity structure.

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

Syntax

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

Parameters

vw
Type: OfficeClip.Utils..::.CalendarView
The calendar view enumerated type.

Return Value

The string representation of the calendar view.

See Also