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

Converts the periodicity representation in profile to the Periodicity structure

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

Syntax

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

Parameters

s
Type: System..::.String
The periodicity representation as it is defined in the profile.

Return Value

the enumerated type for different calendar views.

See Also