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

Returns the name of the periodicity, given the enumerated type.

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

Syntax

C#
public static string GetPeriodicityName(
	Periodicity period
)
Visual Basic (Declaration)
Public Shared Function GetPeriodicityName ( _
	period As Periodicity _
) As String
Visual C++
public:
static String^ GetPeriodicityName(
	Periodicity period
)

Parameters

period
Type: OfficeClip.Utils..::.Periodicity
The enumerated period.

Return Value

The name of the periodicity

See Also